menu
the_flutter_ui package
documentation
flutter_ui.dart
LayoutX<T extends Widget>
width method
width method
dark_mode
light_mode
width
method
SizedBox
width
(
double
?
width
)
Implementation
SizedBox width(double? width) { return SizedBox(width: width, child: this); }
the_flutter_ui package
documentation
flutter_ui
LayoutX<T extends Widget>
width method
LayoutX extension on T