menu
bootstrap_ui_flutter package
documentation
ui/utilities/size_extension.dart
BsSizeExtension
w method
w method
dark_mode
light_mode
w
method
Widget
w
(
double
width
)
Sets a fixed width for the widget.
Implementation
Widget w(double width) => SizedBox( width: width, child: this, );
bootstrap_ui_flutter package
documentation
ui/utilities/size_extension
BsSizeExtension
w method
BsSizeExtension extension on
Widget