PipPlayer constructor
const
PipPlayer({
- required PipController controller,
- required Widget content,
- Key? key,
- Widget? controls,
- VoidCallback? onClose,
- VoidCallback? onExpand,
- VoidCallback? onTap,
- GestureTapDownCallback? onTapDown,
- VoidCallback? onTapCancel,
- VoidCallback? onLongPress,
Implementation
const PipPlayer({
required this.controller,
required this.content,
super.key,
this.controls,
this.onClose,
this.onExpand,
this.onTap,
this.onTapDown,
this.onTapCancel,
this.onLongPress,
});