-
public final class StepperKt
-
-
Method Summary
Modifier and Type Method Description final static UnitStepper(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 UnitStepper(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. -
-
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.
-
-
-
-