PipView constructor
const
PipView({
- Key? key,
- required PipController controller,
- required Widget content,
- Widget? controls,
- VoidCallback? onClose,
- VoidCallback? onExpand,
- VoidCallback? onTap,
- VoidCallback? onReelsUp,
- VoidCallback? onReelsDown,
Creates a new PipView
Implementation
const PipView({
super.key,
required this.controller,
required this.content,
this.controls,
this.onClose,
this.onExpand,
this.onTap,
this.onReelsUp,
this.onReelsDown,
});