PipFlutterPlayerWithControls constructor

const PipFlutterPlayerWithControls({
  1. Key? key,
  2. PipFlutterPlayerController? controller,
})

Implementation

const PipFlutterPlayerWithControls({Key? key, this.controller})
    : super(key: key);