Backpack Android
Toggle table of contents
backpack-compose
Platform filter
backpack-compose
Switch theme
Search in API
Backpack Android
backpack-compose
/
net.skyscanner.backpack.compose.pageindicator
Package-level
declarations
Types
Functions
Types
Bpk
Page
Indicator
Style
Link copied to clipboard
enum
BpkPageIndicatorStyle
:
Enum
<
BpkPageIndicatorStyle
>
Functions
Bpk
Page
Indicator
Link copied to clipboard
@
Composable
fun
BpkPageIndicator
(
currentIndex
:
Int
,
totalIndicators
:
Int
,
modifier
:
Modifier
=
Modifier
,
style
:
BpkPageIndicatorStyle
=
BpkPageIndicatorStyle.Default
)