Indicator
fun Indicator(modifier: Modifier = Modifier, height: Dp = MainNavigationTabTokens.ActiveIndicatorHeight, color: Color = MainNavigationTabTokens.ActiveIndicatorColor)
Default indicator, which will be positioned at the bottom of the TabRow, on top of the divider.
Parameters
modifier
modifier for the indicator's layout
height
height of the indicator
color
color of the indicator