-
public final class StepperKt
-
-
Method Summary
Modifier and Type Method Description final static UnitStepper(Modifier modifier, StepperState state, Dp height, Dp inputWidth, Integer max, Integer min, Integer step, Boolean inputReadOnly, Boolean disable)final static StepperStaterememberStepperState(@IntRange(from = 0.toLong()) Integer initialValue)-
-
Method Detail
-
Stepper
@Composable() final static Unit Stepper(Modifier modifier, StepperState state, Dp height, Dp inputWidth, Integer max, Integer min, Integer step, Boolean inputReadOnly, Boolean disable)
-
rememberStepperState
@Composable() final static StepperState rememberStepperState(@IntRange(from = 0.toLong()) Integer initialValue)
-
-
-
-