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