VideoConfig constructor

const VideoConfig({
  1. bool? showBackBtn,
  2. bool? isShowNeedTopMargin,
  3. int? topMargin,
  4. bool? isShowActionBar,
  5. int? fontSize,
  6. bool? isBold,
  7. String? actionBarBackgroundColor,
  8. bool? supportOrientationChange,
  9. bool? allowPanBack,
  10. bool? isShowNavigationBar,
  11. String? navigationBarBackgroundColor,
  12. String? navigationBarTitleColor,
  13. String? navigationBarButtonColor,
  14. String? statusBarStyle,
  15. int? adOffset,
  16. int? bottomOffset,
  17. bool? hideClose,
  18. int? progressBarStyle,
  19. String? customCategory,
  20. String? scene,
  21. int? titleTopMargin,
  22. int? titleLeftMargin,
  23. int? titleRightMargin,
  24. int? drawChannelType,
  25. bool? hideFollow,
  26. bool? hideChannelName,
  27. bool? enableRefresh,
  28. String? watchTogetherRole,
  29. int? hostGroupId,
  30. bool? showCloseButton,
  31. bool? hiddenGuideGeste,
  32. double? outBottomOffset,
  33. List<String>? featureValuesArr,
  34. String? recommandTabName,
  35. int? drawVCTabOptions,
  36. bool? shouldDisableFollowingFunc,
  37. bool? shouldHideTabBarView,
  38. bool? customRefresh,
  39. Map<String, double>? navBarInset,
  40. bool? hiddenPlayletTitleView,
  41. bool? hiddenPlayletEnterView,
})

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,
});