menu
flutter_compose_ui_modifiers package
documentation
container.dart
FlutterUIModifiersContainer
width method
width method
dark_mode
light_mode
width
method
Container
width
(
double
value
)
Implementation
Container width(double value) { return rebase(width: value); }
flutter_compose_ui_modifiers package
documentation
container
FlutterUIModifiersContainer
width method
FlutterUIModifiersContainer extension on
Container