Start native apps faster with the Composables CLI ->
Class

DefaultRemotePageIndicatorState

Default implementation of RemotePageIndicatorState.

Source set: Android
public class DefaultRemotePageIndicatorState(
    override val pageCount: Int,
    override val selectedPage: RemoteInt = 0.ri,
    override val pageOffset: RemoteFloat = 0f.rf,
) : RemotePageIndicatorState

Default implementation of RemotePageIndicatorState.