Container, Margin & Padding Widget |Flutter Tutorial |Shreya's Stuff |2021

Container, Margin & Padding Widget |Flutter Tutorial |Shreya's Stuff |2021

Shreya's Stuff

3 года назад

178 Просмотров

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/Container-Widget

Get Word File From Here-
https://drive.google.com/file/d/1LE3MYxRpqzXTZDyNtfJ6T47PQwHEAnid/view?usp=sharing
~.~.~.~.~.~.~.~

PLAYLISTS:-
Flutter Widget-https://www.youtube.com/watch?v=PDJU1l1XRus&list=PLCSjLY_2RFgkhNB6m-BtBJXdcG993acnq

All about JDK & JRE-https://www.youtube.com/watch?v=FVD-TFeacFw&list=PLCSjLY_2RFglgQKetvXVWolQRk-La_XtU

Firebase Tutorial-https://www.youtube.com/watch?v=s6R5VAH1ySg&list=PLCSjLY_2RFglzuUtuV3XW9WsbYMtuyCyA

Android Studio Tutorial-https://www.youtube.com/watch?v=BLW-EtWr-Fg&list=PLCSjLY_2RFgnSHe7yJEVNQDvRN_63q7pf

Android Studio Project-https://www.youtube.com/watch?v=oULClXaYRxM&list=PLCSjLY_2RFgmcidSut5hTLQUgGAAxAGrN

Flutter Project-https://www.youtube.com/watch?v=QnwhhaBCOqI&list=PLCSjLY_2RFgmyzhw3RbADc75fWtUeD3T5

Flutter Tutorial-https://www.youtube.com/watch?v=EqnDTLRW1fQ&list=PLCSjLY_2RFgkzOe-kFYT0b8I86FMrQCDY
~.~.~.~.~.~.~.~.~

Connect with me-
Facebook-https://www.facebook.com/profile.php?id=100009378122598
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
Ссылки и html тэги не поддерживаются


Комментарии: