idCard property
SvgAsset
get
idCard
The assets/icons/id-card.svg
.
Implementation
SvgAsset get idCard => const SvgAsset(
'forui_assets',
'id-card',
'assets/icons/id-card.svg',
);
The assets/icons/id-card.svg
.
SvgAsset get idCard => const SvgAsset(
'forui_assets',
'id-card',
'assets/icons/id-card.svg',
);