updateTitle method

dynamic updateTitle(
  1. String title
)

Update the title of the NavigationTab

Implementation

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