RemoteScreen constructor
const
RemoteScreen({
- Key? key,
- required RemoteViewerController controller,
- bool interactive = true,
Implementation
const RemoteScreen({super.key, required this.controller, this.interactive = true});