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