TivioPlayerLayout constructor

TivioPlayerLayout({
  1. TivioPlayerLayoutTopLeft? topLeft,
  2. Widget? topLeftCustomWidget,
  3. TivioPlayerLayoutTopRight? topRight,
  4. Widget? topRightCustomWidget,
  5. TivioPlayerLayoutBottomRight? bottomRight = TivioPlayerLayoutBottomRight.toggleFullscreen,
})

Implementation

TivioPlayerLayout({
  this.topLeft,
  this.topLeftCustomWidget,
  this.topRight,
  this.topRightCustomWidget,
  this.bottomRight = TivioPlayerLayoutBottomRight.toggleFullscreen,
});