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