updateIcon method

void updateIcon(
  1. Widget icon
)

Update the icon of the NavigationTab

Implementation

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