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