PipControls constructor
const
PipControls({
- Key? key,
- bool isPlaying = false,
- VoidCallback? onPlayPause,
- VoidCallback? onRewind,
- VoidCallback? onForward,
- VoidCallback? onFullscreen,
- Color iconColor = Colors.white,
- double iconSize = 24.0,
- Color backgroundColor = Colors.black87,
- double height = 48.0,
Creates new PipControls
Implementation
const PipControls({
super.key,
this.isPlaying = false,
this.onPlayPause,
this.onRewind,
this.onForward,
this.onFullscreen,
this.iconColor = Colors.white,
this.iconSize = 24.0,
this.backgroundColor = Colors.black87,
this.height = 48.0,
});