ItemConfig constructor
const
ItemConfig({})
Creates a configuration for navigation item styling.
All parameters are optional and will fall back to the default theme colors if not specified.
Implementation
const ItemConfig({
this.selectedItemColor,
this.iconBagroundColor,
this.iconColor,
this.textColor,
});