VideoPageBuilder constructor
VideoPageBuilder({})
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});