CodeViewer constructor

const CodeViewer({
  1. Key? key,
  2. required RoomClient client,
  3. required String path,
})

Implementation

const CodeViewer({super.key, required this.client, required this.path});