Package 

Class StepperKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit Stepper(Float value, Function1<Float, Unit> onValueChange, Integer steps, Modifier modifier, Function0<Unit> decreaseIcon, Function0<Unit> increaseIcon, ClosedFloatingPointRange<Float> valueRange, Color backgroundColor, Color contentColor, Color iconColor, Boolean enableRangeSemantics, Function1<BoxScope, Unit> content) Wrapper for androidx.wear.compose.material.Stepper with default RSB scroll support.
      final static Unit Stepper(Integer value, Function1<Integer, Unit> onValueChange, IntProgression valueProgression, Modifier modifier, Function0<Unit> decreaseIcon, Function0<Unit> increaseIcon, Color backgroundColor, Color contentColor, Color iconColor, Boolean enableRangeSemantics, Function1<BoxScope, Unit> content) Wrapper for androidx.wear.compose.material.Stepper with default RSB scroll support.
      • Methods inherited from class java.lang.Object

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

      • Stepper

         final static Unit Stepper(Float value, Function1<Float, Unit> onValueChange, Integer steps, Modifier modifier, Function0<Unit> decreaseIcon, Function0<Unit> increaseIcon, ClosedFloatingPointRange<Float> valueRange, Color backgroundColor, Color contentColor, Color iconColor, Boolean enableRangeSemantics, Function1<BoxScope, Unit> content)

        Wrapper for androidx.wear.compose.material.Stepper with default RSB scroll support.

      • Stepper

         final static Unit Stepper(Integer value, Function1<Integer, Unit> onValueChange, IntProgression valueProgression, Modifier modifier, Function0<Unit> decreaseIcon, Function0<Unit> increaseIcon, Color backgroundColor, Color contentColor, Color iconColor, Boolean enableRangeSemantics, Function1<BoxScope, Unit> content)

        Wrapper for androidx.wear.compose.material.Stepper with default RSB scroll support.