KvadrantPivotHeaders
fun KvadrantPivotHeaders(titles: List<String>, state: PagerState, cyrillic: FontFamily? = null, modifier: Modifier = Modifier)
The header strip.
Children are measured, laid out end to end, and the whole row is shifted so that the selected header sits at the left margin. The shift follows the pager continuously, so during a swipe the headers travel by their own widths while the pages travel by a full page width — and that difference in rate is the parallax. It is geometry, not a tuned coefficient.