usesAssetIcons property
bool
get
usesAssetIcons
Whether this widget class uses any custom icons.
Implementation
bool get usesAssetIcons => assetIconFamilies.isNotEmpty;
Whether this widget class uses any custom icons.
bool get usesAssetIcons => assetIconFamilies.isNotEmpty;