PiPCapableWidget constructor

const PiPCapableWidget({
  1. Key? key,
  2. Widget? whileInPip,
  3. required Widget whileNotInPip,
})

Implementation

const PiPCapableWidget(
    {super.key, this.whileInPip, required this.whileNotInPip});