menu
flutter_compose_ui_modifiers package
documentation
image.dart
FlutterUIModifiersImage
setWidth method
setWidth method
dark_mode
light_mode
setWidth
method
Image
setWidth
(
double
value
)
Implementation
Image setWidth(double value) { return _rebase(width: value); }
flutter_compose_ui_modifiers package
documentation
image
FlutterUIModifiersImage
setWidth method
FlutterUIModifiersImage extension on
Image