fun SpatialSideNavItem(icon: () -> Unit, onClick: () -> Unit, primaryLabel: String, modifier: Modifier, interactionSource: MutableInteractionSource) }, secondaryLabel: String? = null, collapsed: Boolean = false, dense: Boolean = false, showExpandedIcon: Boolean = true, selected: Boolean = false, colors: SideNavItemColors = SideNavItemDefaults.colors(), primaryTextStyle: TextStyle, secondaryTextStyle: TextStyle, selectedBackgroundColor: Color?)