hasTooltip property

bool get hasTooltip

True if the menu has a tooltip.

Implementation

bool get hasTooltip => isNotEmpty(tooltipText);