PrimaryIndicator

@Composable
fun PrimaryIndicator(modifier: Modifier = Modifier, width: Dp = 24.dp, height: Dp = PrimaryNavigationTabTokens.ActiveIndicatorHeight, color: Color = PrimaryNavigationTabTokens.ActiveIndicatorColor.value, shape: Shape = PrimaryNavigationTabTokens.ActiveIndicatorShape)

Primary indicator, which will be positioned at the bottom of the TabRow, on top of the divider.

Parameters

modifier

modifier for the indicator's layout

width

width of the indicator

height

height of the indicator

color

color of the indicator

shape

shape of the indicator