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