options

@Composable
abstract fun options(options: List<StringPair>?)(source)

Set the list of options (value to label pairs).


abstract val options: List<StringPair>?(source)

The list of options (value to label pairs).