SolidNavBar constructor
Creates a SolidNavBar with the specified configuration.
Implementation
const SolidNavBar({
super.key,
required this.tabs,
required this.selectedIndex,
required this.onTabSelected,
this.onShowAlert,
this.minWidth,
this.groupAlignment,
this.iconSize,
this.labelFontSize,
});