SimpleData

constructor(value: T, values: List<T>, onValueChanged: (T) -> Unit)
constructor(value: MutableState<T>, values: List<T>)