menu
flutter_compose_ui_modifiers package
documentation
m/m.g.dart
MTextGeneralGenerator
marginSet method
marginSet method
dark_mode
light_mode
marginSet
method
DefineMTextModifier
marginSet
(
EdgeInsets
?
value
)
Implementation
DefineMTextModifier marginSet(EdgeInsets? value) { return this.copyWith(valueMargin: value); }
flutter_compose_ui_modifiers package
documentation
m/m.g
MTextGeneralGenerator
marginSet method
MTextGeneralGenerator extension on
DefineMTextModifier