menu
awesome_padding_margin package
documentation
awesome_extensions.dart
WidgetSizingX
width method
width method
dark_mode
light_mode
width
method
Widget
width
(
double
width
)
Set width for the widget
Implementation
Widget width(double width) => SizedBox(width: width, child: this);
awesome_padding_margin package
documentation
awesome_extensions
WidgetSizingX
width method
WidgetSizingX extension on
Widget