RemoteLogView constructor

const RemoteLogView({
  1. Key? key,
  2. required RemoteViewerController controller,
})

Implementation

const RemoteLogView({super.key, required this.controller});