labelAnnotation property

  1. @override
String get labelAnnotation
override

A superscript annotation that is shown to the right of the label.

Note that this annotation cannot be one of the itemSuffixes because itemSuffixes are right aligned in the menu, while this should be left aligned close to the label.

Implementation

@override
String get labelAnnotation => _delegate.labelAnnotation;