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