VideoPageBuilder constructor

const VideoPageBuilder({
  1. Key? key,
  2. required AssetEntity asset,
  3. required AssetPickerViewerBuilderDelegate<AssetEntity, AssetPathEntity, AssetPickerViewerProvider<AssetEntity>> delegate,
  4. bool hasOnlyOneVideoAndMoment = false,
  5. bool shouldAutoplayPreview = false,
})

Implementation

const VideoPageBuilder({
  super.key,
  required this.asset,
  required this.delegate,
  this.hasOnlyOneVideoAndMoment = false,
  this.shouldAutoplayPreview = false,
});