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