Slider State Result
data class SliderStateResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: Float) : EasyFormsResult
Content copied to clipboard
Parameters
key
a unique identifier for this state.
easyFormsErrorState
the current EasyFormsErrorState this state has.
value
the Slider position.
Constructors
SliderStateResult
Link copied to clipboard
fun SliderStateResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: Float)
Content copied to clipboard
a unique identifier for this state.
Properties
Sources
androidJvm source
Link copied to clipboard