usesAssetImages property
bool
get
usesAssetImages
Whether this widget class uses any image assets.
Implementation
bool get usesAssetImages => assetImagePaths.isNotEmpty;
Whether this widget class uses any image assets.
bool get usesAssetImages => assetImagePaths.isNotEmpty;