updateActiveIcon method

dynamic updateActiveIcon(
  1. Widget activeIcon
)

Update the active icon of the NavigationTab

Implementation

updateActiveIcon(Widget activeIcon) {
  this.activeIcon = activeIcon;
}