Package 

Class IndicatorKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit Indicator(Integer pageCount, Integer currentPage, Float indicatorProgress, Modifier modifier, Color activeColor, Color inactiveColor, Shape indicatorShape, Dp inactiveIndicatorWidth, Dp inactiveIndicatorHeight, Dp activeIndicatorWidth, Dp activeIndicatorHeight, Dp spacing, IndicatorMode mode, Float scale)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • Indicator

        @Composable() final static Unit Indicator(Integer pageCount, Integer currentPage, Float indicatorProgress, Modifier modifier, Color activeColor, Color inactiveColor, Shape indicatorShape, Dp inactiveIndicatorWidth, Dp inactiveIndicatorHeight, Dp activeIndicatorWidth, Dp activeIndicatorHeight, Dp spacing, IndicatorMode mode, Float scale)