menu
velix_editor package
documentation
property_panel/editor/code_editor.dart
CompletionItem
CompletionItem.new constructor
CompletionItem.new constructor
dark_mode
light_mode
CompletionItem
constructor
CompletionItem
(
{
required
String
label
,
required
IconData
?
icon
,
})
Implementation
CompletionItem({required this.label, required this.icon});
velix_editor package
documentation
property_panel/editor/code_editor
CompletionItem
CompletionItem.new constructor
CompletionItem class