image property
SvgAsset
get
image
The assets/icons/image.svg
.
Implementation
SvgAsset get image => const SvgAsset(
'forui_assets',
'image',
'assets/icons/image.svg',
);
The assets/icons/image.svg
.
SvgAsset get image => const SvgAsset(
'forui_assets',
'image',
'assets/icons/image.svg',
);