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