updateActiveIcon method
Update the active icon of the NavigationTab
Implementation
void updateActiveIcon(Widget activeIcon) {
this.activeIcon = activeIcon;
}
Update the active icon of the NavigationTab
void updateActiveIcon(Widget activeIcon) {
this.activeIcon = activeIcon;
}