spinner

fun <Error class: unknown class>.spinner(    value: Number? = null,     name: String? = null,     min: Number? = null,     max: Number? = null,     step: Number = DEFAULT_STEP,     decimals: Int = 0,     buttonsType: ButtonsType = ButtonsType.VERTICAL,     forceType: ForceType = ForceType.NONE,     buttonStyle: <Error class: unknown class>? = null,     decimalSeparator: String? = I18n.detectDecimalSeparator(),     label: String? = null,     rich: Boolean = false,     init: Spinner.() -> Unit? = null): Spinner

DSL builder extension function.

It takes the same parameters as the constructor of the built component.