hasTooltip property
bool
get
hasTooltip
True if the menu has a tooltip.
Implementation
bool get hasTooltip => isNotEmpty(tooltipText);
True if the menu has a tooltip.
bool get hasTooltip => isNotEmpty(tooltipText);