Package-level declarations
Functions
A TabRow contains a row of Tabs, and displays an indicator underneath the currently selected tab. A TabRow places its tabs evenly spaced along the entire row, with each tab taking up an equal amount of space.
A horizontally laid out indicator for a androidx.compose.foundation.pager.HorizontalPager or androidx.compose.foundation.pager.VerticalPager, representing the currently active page and total pages drawn using a Shape.
Tabs organize content across different screens, data sets, and other interactions.
This indicator syncs up a TabRow or ScrollableTabRow tab indicator with a androidx.compose.foundation.pager.HorizontalPager or androidx.compose.foundation.pager.VerticalPager.
Tabs organize content across different screens, data sets, and other interactions.
A vertically laid out indicator for a androidx.compose.foundation.pager.HorizontalPager or androidx.compose.foundation.pager.VerticalPager, representing the currently active page and total pages drawn using a Shape.