menu
awesome_jaspr_components package
documentation
utils/components/images.dart
Image
Image.new const constructor
Image.new const constructor
dark_mode
light_mode
Image
constructor
const
Image
(
{
Key?
key
,
required
String
src
,
int
?
width
,
int
?
height
,
String
?
alt
,
Map
<
String
,
String
>
?
attributes
,
})
Implementation
const Image({ super.key, required this.src, this.width, this.height, this.alt, this.attributes, });
awesome_jaspr_components package
documentation
utils/components/images
Image
Image.new const constructor
Image class