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