InstaAssetVideoPlayerStatefulWidget constructor
const
InstaAssetVideoPlayerStatefulWidget({
- Key? key,
- required AssetEntity asset,
- bool isLoop = false,
- bool isAutoPlay = false,
Implementation
const InstaAssetVideoPlayerStatefulWidget({
super.key,
required this.asset,
this.isLoop = false,
this.isAutoPlay = false,
});