menu
better_extensions package
documentation
widget.dart
WidgetExtension
withBottom method
withBottom method
dark_mode
light_mode
withBottom
method
Widget
withBottom
(
Widget
bottom
)
Implementation
Widget withBottom(Widget bottom) => Column(children: [this, bottom]);
better_extensions package
documentation
widget
WidgetExtension
withBottom method
WidgetExtension extension on
Widget