Stylish Short Navigation Bar Item
A single destination inside StylishShortNavigationBar, wrapping the Material 3 ShortNavigationBarItem with M3 default colors.
Handles the selected-state indicator, disabled state, and semantics (selected / disabled) exactly like the M3 ShortNavigationBarItem.
Parameters
Whether this destination is currently selected.
Called when the destination is tapped.
The icon slot, typically an Icon.
Optional label slot. When null, the destination renders icon-only.
Modifier applied to the ShortNavigationBarItem root.
When false, the destination ignores pointer input and renders in its disabled colors. Defaults to true.
Whether icon sits on top of or beside the label. Defaults to NavigationItemIconPosition.Top.
NavigationItemColors resolving the item colors per state. Defaults to ShortNavigationBarItemDefaults.colors.
Optional hoisted MutableInteractionSource for observing interactions. When null, one is remembered internally.