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