tooltip property

String get tooltip

Implementation

String get tooltip =>
    menuItem.tooltip.isEmpty ? menuItem.label : menuItem.tooltip;