Skip to content

Commit 494d0ea

Browse files
committed
docs: add missing kdoc
1 parent 2dda459 commit 494d0ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

slider/src/main/java/io/monstarlab/mosaic/slider/SliderState.kt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,16 @@ public class SliderState(
164164
}
165165
}
166166

167+
/**
168+
* Creates a [SliderState] that holds the state of a slider
169+
* @param value the initial value of the slider
170+
* @param range the range of the slider
171+
* @param valueDistribution the distribution of the slider values
172+
* @param disabledRange the range of the slider that is disabled
173+
*
174+
* @return a [SliderState] that holds the state of a slider
175+
176+
*/
167177
@Composable
168178
public fun rememberSliderState(
169179
value: Float,

0 commit comments

Comments
 (0)