LspCompletion constructor
LspCompletion({
- required String label,
- required CompletionItemType itemType,
Implementation
LspCompletion({required this.label, required this.itemType})
: icon = Icon(
completionItemIcons[itemType]!.icon,
color: completionItemIcons[itemType]!.color,
size: 18,
);