InstaAssetVideoPlayerStatefulWidget constructor

const InstaAssetVideoPlayerStatefulWidget({
  1. Key? key,
  2. required AssetEntity asset,
  3. bool isLoop = false,
  4. bool isAutoPlay = false,
})

Implementation

const InstaAssetVideoPlayerStatefulWidget({
  super.key,
  required this.asset,
  this.isLoop = false,
  this.isAutoPlay = false,
});