menu
flutter_compose_ui_modifiers package
documentation
m/m.g.dart
MContainerGeneralGenerator
width method
width method
dark_mode
light_mode
width
method
DefineMContainerModifier
width
(
double
?
value
)
Implementation
DefineMContainerModifier width(double? value) { return this.copyWith(valueWidth: value); }
flutter_compose_ui_modifiers package
documentation
m/m.g
MContainerGeneralGenerator
width method
MContainerGeneralGenerator extension on
DefineMContainerModifier