menu
the_flutter_ui package
documentation
ui/widget/image.dart
ImageX
size method
size method
dark_mode
light_mode
size
method
Image
size
(
{
double
?
width
,
double
?
height
,
})
Implementation
Image size({double? width, double? height}) { return copyWith(width: width, height: height); }
the_flutter_ui package
documentation
ui/widget/image
ImageX
size method
ImageX extension on
Image