toggle menu
structures
0.6.0
common
switch theme
search in API
structures
/
ink.ui.structures.elements
/
SpinnerElement
/
SpinnerElement
Spinner
Element
constructor
(
value
:
String
,
onNextValue
:
(
)
->
Unit
,
onPreviousValue
:
(
)
->
Unit
,
hasPreviousValue
:
Boolean
=
true
,
hasNextValue
:
Boolean
=
true
)