usesAssetVideos property
bool
get
usesAssetVideos
Whether this widget class uses any video assets.
Implementation
bool get usesAssetVideos => assetVideoPaths.isNotEmpty;
Whether this widget class uses any video assets.
bool get usesAssetVideos => assetVideoPaths.isNotEmpty;