Types
Link copied to clipboard
class Buttons(val decrease: @Composable () -> Unit = {
Icon(Icons.Default.Remove, null)
}, val increase: @Composable () -> Unit = {
Icon(Icons.Default.Add, null)
}) : PreferenceNumber.Style
Link copied to clipboard
Link copied to clipboard
class Slider(val showTicks: Boolean = false, val showValueBelow: Boolean = false) : PreferenceNumber.Style