updateTitle method

void updateTitle(
  1. String title
)

Update the title of the NavigationTab

Implementation

void updateTitle(String title) {
  this.title = title;
}