PagePilotPiP constructor
const
PagePilotPiP({
- Key? key,
- required Widget mainContent,
- required Widget pipContent,
- double pipWidth = 160,
- double pipHeight = 90,
- Alignment initialAlignment = Alignment.bottomRight,
- bool showPiP = false,
- VoidCallback? onClose,
- VoidCallback? onExpand,
Implementation
const PagePilotPiP({
super.key,
required this.mainContent,
required this.pipContent,
this.pipWidth = 160,
this.pipHeight = 90,
this.initialAlignment = Alignment.bottomRight,
this.showPiP = false,
this.onClose,
this.onExpand,
});