RemoteScreen constructor

const RemoteScreen({
  1. Key? key,
  2. required RemoteViewerController controller,
  3. bool interactive = true,
})

Implementation

const RemoteScreen({super.key, required this.controller, this.interactive = true});