menu
affogato_editor package
documentation
lsp/lsp_client.dart
TextEdit
TextEdit.new constructor
TextEdit.new constructor
dark_mode
light_mode
TextEdit
constructor
TextEdit
(
{
required
Range
range
,
required
String
text
,
})
Implementation
TextEdit({ required this.range, required this.text, });
affogato_editor package
documentation
lsp/lsp_client
TextEdit
TextEdit.new constructor
TextEdit class