menu
iconoir_flutter package
documentation
regular/media_image.dart
MediaImage
MediaImage const constructor
MediaImage const constructor
dark_mode
light_mode
MediaImage
constructor
const
MediaImage
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const MediaImage({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/media_image
MediaImage
MediaImage const constructor
MediaImage class