RemoteControlScreen constructor

const RemoteControlScreen({
  1. Key? key,
  2. required TVDevice device,
})

Implementation

const RemoteControlScreen({Key? key, required this.device}) : super(key: key);