updateTooltip method

dynamic updateTooltip(
  1. String tooltip
)

Update the tooltip of the NavigationTab

Implementation

updateTooltip(String tooltip) {
  this.tooltip = tooltip;
}