This video shows how to apply Container, Margin & Padding Widget in Flutter Project.
What is Container?
The Container in flutter is a parent widget that can contain multiple child widgets and manage them efficiently through width, height, padding, background color, etc.
A container class can be used to store one or more widgets and position them on the screen according to our convenience.
Basic a container is like a box to store contents.
What is Margin?
The margin is used to create an empty space around the container.
margin: EdgeInsets.all(20.0),
margin: EdgeInsets.only(top: 20.0),
margin: EdgeInsets.only(top: 20.0,bottom: 10.0),
margin: EdgeInsets.only(top: 20.0,bottom: 10.0,left: 10.0, right: 10.0),
What is Padding?
The padding is used to give space from the border of the container from its children.
Observe the space between the border and the text.
padding: EdgeInsets.all(20.0),
padding: EdgeInsets.only(top:20.0),
padding: EdgeInsets.only(top:20.0,bottom: 20.0),
padding: EdgeInsets.only(top:20.0,bottom: 20.0,left: 20.0,right: 20.0),
~.~.~.~.~.~.~.~
RESOURCES:-
Code for this video-
https://github.com/SHREYAKANANI/Conta...
Get Word File From Here-
https://drive.google.com/file/d/1LE3M...
~.~.~.~.~.~.~.~
PLAYLISTS:-
Flutter Widget- • What are Widget, Stateless Widget & S...
All about JDK & JRE- • How to Download & install Java JDK on...
Firebase Tutorial- • How to Connect an Android App to Fire...
Android Studio Tutorial- • How to Download & Install Android Stu...
Android Studio Project- • Calculator App |How to Create a Simpl...
Flutter Project- • How to create Hello World application...
Flutter Tutorial- • How to install Flutter in Android Stu...
~.~.~.~.~.~.~.~.~
Connect with me-
Facebook-https://www.facebook.com/profile.php?...
GitHub -https://github.com/SHREYAKANANI
~.~.~.~.~.~.~.~.~
KEYWORDS-
How to apply Container, Margin & Padding Widget in a flutter.
how to apply Container Widget in the flutter project.
How to apply margin & Padding widget?
Container Widget, Margin Widget, Padding widget.
Container Widget.
Margin Widget.
Padding Widget.
Flutter Tutorial.
Flutter Project.
Flutter for basic.
Flutter Course.
Flutter.
2021.
Shreya's Stuff.
Shreya Kanani.
~.~.~.~.~.~.~.~
I hope you will SUBSCRIBE to my channel.
THANKS.
#fluttertutorial#widget#2021
Disclaimer -
video is for educational purposes only. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research.
Fair use is a use permitted by copyright statute that might otherwise be infringing.
Non-profit, educational or personal use tips the balance in favor of fair use