PipControls constructor

const PipControls({
  1. bool draggable = true,
  2. bool snapToCorner = true,
  3. bool showClose = true,
  4. bool showMute = true,
  5. bool showPlayPause = false,
  6. bool showProgress = false,
  7. bool showExpand = true,
  8. bool showCollapse = true,
  9. double iconSize = 16,
  10. PipEdges margin = const PipEdges(top: 4, right: 4, bottom: 4, left: 4),
})

Implementation

const PipControls({
  this.draggable = true,
  this.snapToCorner = true,
  this.showClose = true,
  this.showMute = true,
  this.showPlayPause = false,
  this.showProgress = false,
  this.showExpand = true,
  this.showCollapse = true,
  this.iconSize = 16,
  this.margin = const PipEdges(top: 4, right: 4, bottom: 4, left: 4),
});