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