fluda
widget_utils
WidgetExt
expand method
expand
fluda
widget_utils
WidgetExt
expand method
WidgetExt extension
Methods
center
expand
flex
marginBottom
marginLeft
marginRight
marginTop
padHorizontal
padVertical
roundedBorder
spaceAround
tappable
wrapHero
expand
method
Widget
expand
(
[
dynamic
flex
=
1
]
)
Implementation
Widget expand([flex = 1]) { return Expanded( flex: flex, child: this, ); }