VideoConfig constructor
const
VideoConfig({
- bool? showBackBtn,
- bool? isShowNeedTopMargin,
- int? topMargin,
- bool? isShowActionBar,
- int? fontSize,
- bool? isBold,
- String? actionBarBackgroundColor,
- bool? supportOrientationChange,
- bool? allowPanBack,
- String? statusBarStyle,
- int? adOffset,
- int? bottomOffset,
- bool? hideClose,
- int? progressBarStyle,
- String? customCategory,
- String? scene,
- int? titleTopMargin,
- int? titleLeftMargin,
- int? titleRightMargin,
- int? drawChannelType,
- bool? hideFollow,
- bool? hideChannelName,
- bool? enableRefresh,
- String? watchTogetherRole,
- int? hostGroupId,
- bool? showCloseButton,
- double? outBottomOffset,
- List<
String> ? featureValuesArr, - String? recommandTabName,
- int? drawVCTabOptions,
- bool? shouldDisableFollowingFunc,
- bool? shouldHideTabBarView,
- bool? customRefresh,
Implementation
const VideoConfig({
this.showBackBtn,
this.isShowNeedTopMargin,
this.topMargin,
this.isShowActionBar,
this.fontSize,
this.isBold,
this.actionBarBackgroundColor,
this.supportOrientationChange,
this.allowPanBack,
this.isShowNavigationBar,
this.navigationBarBackgroundColor,
this.navigationBarTitleColor,
this.navigationBarButtonColor,
this.statusBarStyle,
this.adOffset,
this.bottomOffset,
this.hideClose,
this.progressBarStyle,
this.customCategory,
this.scene,
this.titleTopMargin,
this.titleLeftMargin,
this.titleRightMargin,
this.drawChannelType,
this.hideFollow,
this.hideChannelName,
this.enableRefresh,
this.watchTogetherRole,
this.hostGroupId,
this.showCloseButton,
this.hiddenGuideGeste,
this.outBottomOffset,
this.featureValuesArr,
this.recommandTabName,
this.drawVCTabOptions,
this.shouldDisableFollowingFunc,
this.shouldHideTabBarView,
this.customRefresh,
this.navBarInset,
this.hiddenPlayletTitleView,
this.hiddenPlayletEnterView,
});