updateIcon method

dynamic updateIcon(
  1. Widget icon
)

Update the icon of the NavigationTab

Implementation

updateIcon(Widget icon) {
  this.icon = icon;
}