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