PdfPageIndicator

fun PdfPageIndicator(state: KiteDocViewState, modifier: Modifier = Modifier, textStyle: TextStyle = TextStyle.Default, format: (currentPage: Int, pageCount: Int) -> String = { c, t -> "${c + 1} / $t" })

Deprecated

Renamed to KitePageIndicator

Replace with

KitePageIndicator(state, modifier, textStyle, format)