displayLabel property
Returns the label with any accelerator markers removed.
This getter just calls stripAcceleratorMarkers with the label.
Implementation
String get displayLabel => stripAcceleratorMarkers(label);
Returns the label with any accelerator markers removed.
This getter just calls stripAcceleratorMarkers with the label.
String get displayLabel => stripAcceleratorMarkers(label);