Package com. google. accompanist. pager
Functions
Link copied to clipboard
@Composable
Content copied to clipboard
An horizontally laid out indicator for a HorizontalPager or VerticalPager, representing the currently active page and total pages drawn using a Shape.
Link copied to clipboard
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.
Link copied to clipboard
@Composable
Content copied to clipboard
An vertically laid out indicator for a VerticalPager or HorizontalPager, representing the currently active page and total pages drawn using a Shape.