NavigationStyle constructor

NavigationStyle({
  1. Color? selectedItemColor,
  2. Color? unselectedItemColor,
  3. Color? backgroundColor,
})

Implementation

NavigationStyle(
    {this.selectedItemColor, this.unselectedItemColor, this.backgroundColor});