PipScreen constructor

const PipScreen({
  1. required String? name,
  2. Key? key,
})

Implementation

const PipScreen({required this.name, super.key});