StyleConfig constructor

const StyleConfig({
  1. bool isUiEnabled = true,
  2. bool isHideFirstFrame = false,
  3. String? playerUiCss,
  4. String? playerUiJs,
  5. String? supplementalPlayerUiCss,
  6. ScalingMode scalingMode = ScalingMode.fit,
})

Implementation

const StyleConfig({
  this.isUiEnabled = true,
  this.isHideFirstFrame = false,
  this.playerUiCss,
  this.playerUiJs,
  this.supplementalPlayerUiCss,
  this.scalingMode = ScalingMode.fit,
});