SkillsDockedPanel
Category: UI
Source: skills_docked_panel.dart
Classes
SkillsDockedPanel
Constructor
dart
SkillsDockedPanel({
required List<SkillMeta> skills,
this.edge = DockEdge.bottom,
this.mode = DockMode.floating,
this.extent = 14,
this._visible = false,
})Properties
| Property | Type | Description |
|---|---|---|
edge | DockEdge | |
mode | DockMode | |
extent | int | |
selection | Future<String?> get | |
visible | bool get | |
hasFocus | bool get | |
selection | Future<String?> get | |
visible | bool get | |
hasFocus | bool get |