- A
Widget
is description of part of UI on the screen. - A
Widget
is a way to declare and construct UI. - A
Widget
is not just a piece of UI , it might display something, it might help define a design, it might help with user interactions. For examplePadding
is aWidget
,Margin
is aWidget
,Center
is aWidget
, LayoutRow
andColoumn
is also aWidget
. Widget
s are arranged into a tree of parent and childWidget
.Widget
s are nested each other.
-
Notifications
You must be signed in to change notification settings - Fork 0
swayangjit/widgets-flutter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.