Package com.maxkeppeler.sheets.input.type.spinner

Types

Link copied to clipboard
class InputSpinner(key: String? = null, func: InputSpinner.() -> Unit) : Input

Input of the type Spinner.

Link copied to clipboard
typealias InputSpinnerListener = (index: Int) -> Unit

Listener which returns the new index.

Link copied to clipboard
class SpinnerOption

Data class to hold the spinner options