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