menu
supa_architecture package
documentation
widgets/atoms/app_image.dart
AppImage
AppImage.new const constructor
AppImage.new const constructor
dark_mode
light_mode
AppImage
constructor
const
AppImage
(
{
Key
?
key
,
File
?
image
,
String
?
imagePath
,
double
?
width
,
double
?
height
,
})
Implementation
const AppImage({ super.key, this.image, this.imagePath, this.width, this.height, });
supa_architecture package
documentation
widgets/atoms/app_image
AppImage
AppImage.new const constructor
AppImage class