pager Tab Indicator Offset
fun Modifier.pagerTabIndicatorOffset(pagerState: PagerState, tabPositions: List<TabPosition>): Modifier
Content copied to clipboard
This indicator syncs up a TabRow or ScrollableTabRow tab indicator with a HorizontalPager or VerticalPager. See the sample for a full demonstration.