#6 Row/Column most commonly used Layout Widgets in Flutter | Flutter Tutorial for Beginners

Опубликовано: 02 Март 2019
на канале: Knowledge IDE
1,174
26

Hello Everyone, Welcome in flutter tutorials.

In this video we have discuss on Most commonly used Layout Widgets which is Row and Column. Also, we have seen MainAxisAlignment and CrossAxisAlignment in Details.

We have changed the Location of Text and Button widgets which we have added on our last video in following ways:
1) MainAxisAlignment:
a) MainAxisAlignment.start
b) MainAxisAlignment.end
c) MainAxisAlignment.center
d) MainAxisAlignment.spaceAround
e) MainAxisAlignment.spaceBetween
f) MainAxisAlignment.spaceEvenly.

2) CrossAxisAlignment:
a) MainAxisAlignment.start
b) MainAxisAlignment.end
c) MainAxisAlignment.center
d) MainAxisAlignment.baseline
e) MainAxisAlignment.stretch.

Please comment if you have any query also like and subscribe the channel for support. Thank you :)