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