menu
affogato_editor package
documentation
lsp/lsp_client.dart
Command
Command.new constructor
Command.new constructor
dark_mode
light_mode
Command
constructor
Command
(
{
required
String
title
,
required
String
command
,
List
?
arguments
,
})
Implementation
Command({ required this.title, required this.command, this.arguments, });
affogato_editor package
documentation
lsp/lsp_client
Command
Command.new constructor
Command class