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