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