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