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