RemoteHorizontalPageIndicator
Source set: Android
@Composable
public fun RemoteHorizontalPageIndicator(
state: RemotePageIndicatorState,
modifier: RemoteModifier = RemoteModifier,
selectedColor: RemoteColor = RemotePageIndicatorDefaults.selectedColor,
unselectedColor: RemoteColor = RemotePageIndicatorDefaults.unselectedColor,
indicatorRadius: RemoteDp = RemotePageIndicatorDefaults.indicatorRadius,
padding: RemoteDp = RemotePageIndicatorDefaults.pageIndicatorPadding,
)
A horizontal page indicator curved along the bottom edge of the screen.
Parameters
| state | The state object of the page indicator. |
| modifier | The modifier to be applied to the layout. |
| selectedColor | The color of the selected page indicator. |
| unselectedColor | The color of unselected page indicators. |
| indicatorRadius | The base radius of each indicator dot. |
| padding | The padding of the indicator from the bottom edge of the screen. |