PipControls constructor
const
PipControls({})
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),
});