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