menu
dlutter package
documentation
exts/widget_ext.dart
WidgetExt
toExpanded method
toExpanded method
dark_mode
light_mode
toExpanded
method
Widget
toExpanded
(
[
bool
?
tight
])
Implementation
Widget toExpanded([bool? tight]) => tight ?? true ? Expanded(child: this) : Flexible(child: this);
dlutter package
documentation
exts/widget_ext
WidgetExt
toExpanded method
WidgetExt extension on
Widget