Package 

Class RateKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit Rate(Integer count, DpSize size, Dp horizontalSpacing, @IntRange(from = 0.toLong()) Float value, Color activeColor, Color normalColor, ImageVector activeIcon, ImageVector normalIcon, Boolean allowHalf, Boolean readOnly, Function1<Float, Unit> onChange) 星星评价组件
      final static Float step(Float $self)
      • Methods inherited from class java.lang.Object

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

      • Rate

        @Composable() final static Unit Rate(Integer count, DpSize size, Dp horizontalSpacing, @IntRange(from = 0.toLong()) Float value, Color activeColor, Color normalColor, ImageVector activeIcon, ImageVector normalIcon, Boolean allowHalf, Boolean readOnly, Function1<Float, Unit> onChange)

        星星评价组件