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