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