menu
flutter_compose_ui_modifiers package
documentation
m/m_image.dart
MImageModifierPropertys
widthImage method
widthImage method
dark_mode
light_mode
widthImage
method
DefineMImageModifier
widthImage
(
double
?
value
)
Implementation
DefineMImageModifier widthImage(double? value) { return this.copyWith(valueImageWidth: value); }
flutter_compose_ui_modifiers package
documentation
m/m_image
MImageModifierPropertys
widthImage method
MImageModifierPropertys extension on
DefineMImageModifier