displayLabel property

String displayLabel

Returns the label with any accelerator markers removed.

This getter just calls stripAcceleratorMarkers with the label.

Implementation

String get displayLabel => stripAcceleratorMarkers(label);