updateTooltip method
Update the tooltip of the NavigationTab
Implementation
void updateTooltip(String tooltip) {
this.tooltip = tooltip;
}
Update the tooltip of the NavigationTab
void updateTooltip(String tooltip) {
this.tooltip = tooltip;
}