pagerTabIndicatorOffset

fun Modifier.pagerTabIndicatorOffset(pagerState: PagerState, tabPositions: List<TabPosition>): Modifier

This indicator syncs up a TabRow or ScrollableTabRow tab indicator with a HorizontalPager or VerticalPager. See the sample for a full demonstration.

Samples

com.google.accompanist.sample.pager.PagerWithTabs