VideoPageBuilder constructor

VideoPageBuilder({
  1. Key? key,
  2. ImageBean? imageBean,
  3. int displayType = 0,
  4. String? themeColor,
  5. bool hasOnlyOneVideoAndMoment = false,
  6. bool shouldAutoplayPreview = false,
  7. double menuIconSize = 70,
  8. VoidCallback? previewCallback,
  9. String? language,
})

Implementation

VideoPageBuilder(
    {super.key,
    this.imageBean,
    this.displayType = 0, // 0:列表(仅缩略图) 1:预览(可播放)
    this.themeColor,
    this.hasOnlyOneVideoAndMoment = false,
    this.shouldAutoplayPreview = false,
    this.menuIconSize = 70,
    this.previewCallback,
    this.language});