PiPWidget constructor
const
PiPWidget({})
Implementation
const PiPWidget({
Key? key,
required this.onPiPClose,
this.pipBorderRadius = 5,
this.elevation = 10,
required this.child,
}) : super(key: key);
const PiPWidget({
Key? key,
required this.onPiPClose,
this.pipBorderRadius = 5,
this.elevation = 10,
required this.child,
}) : super(key: key);