Start native apps faster with the Composables CLI ->
Composable Function

RemoteVerticalPageIndicator

A vertical page indicator curved along the right edge of the screen.

RemoteVerticalPageIndicator

Source set: Android
@Composable
public fun RemoteVerticalPageIndicator(
    state: RemotePageIndicatorState,
    modifier: RemoteModifier = RemoteModifier,
    selectedColor: RemoteColor = RemotePageIndicatorDefaults.selectedColor,
    unselectedColor: RemoteColor = RemotePageIndicatorDefaults.unselectedColor,
    indicatorRadius: RemoteDp = RemotePageIndicatorDefaults.indicatorRadius,
    padding: RemoteDp = RemotePageIndicatorDefaults.pageIndicatorPadding,
)

A vertical page indicator curved along the right 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 right edge of the screen.