-
public final class DotsIndicatorKt
-
-
Method Summary
Modifier and Type Method Description final static UnitDotsIndicator(Integer dotCount, Modifier modifier, Dp dotSpacing, IndicatorType type, PagerState pagerState)final static UnitDotsIndicator(Integer dotCount, Modifier modifier, Dp dotSpacing, IndicatorType type, Integer currentPage, Function0<Float> currentPageOffsetFraction, Function1<Integer, Unit> onDotClicked)-
-
Method Detail
-
DotsIndicator
@Composable() final static Unit DotsIndicator(Integer dotCount, Modifier modifier, Dp dotSpacing, IndicatorType type, PagerState pagerState)
-
DotsIndicator
@Composable() final static Unit DotsIndicator(Integer dotCount, Modifier modifier, Dp dotSpacing, IndicatorType type, Integer currentPage, Function0<Float> currentPageOffsetFraction, Function1<Integer, Unit> onDotClicked)
-
-
-
-