menu
meshagent_flutter_shadcn package
documentation
viewers/file/code.dart
CodeViewer
CodeViewer.new const constructor
CodeViewer.new const constructor
dark_mode
light_mode
CodeViewer
constructor
const
CodeViewer
(
{
Key
?
key
,
required
RoomClient
client
,
required
String
path
,
})
Implementation
const CodeViewer({super.key, required this.client, required this.path});
meshagent_flutter_shadcn package
documentation
viewers/file/code
CodeViewer
CodeViewer.new const constructor
CodeViewer class