Pager Progress Buttons
fun PagerProgressButtons(pagerState: PagerState, prevButtonContentDescription: String?, nextButtonContentDescription: String?, modifier: Modifier = Modifier, buttonColours: ButtonColours = DefaultButtonColours, disabledButtonColours: ButtonColours? = disabledModeButtonColours(buttonColours), pageSlideAnimationSpec: AnimationSpec<Float> = DefaultPageSlideAnimationSpec)
Function to display progress buttons for a pager.
Parameters
pager State
The PagerState that this indicator should be bound to.
prev Button Content Description
The content description for the previous button.
next Button Content Description
The content description for the next button.
modifier
The Modifier to be applied to the Row containing the buttons.
button Colours
The colours for the buttons.
disabled Button Colours
The colours for the buttons when they are disabled.
page Slide Animation Spec
The animation specification for the page slide.