OptionListConfig

Configuration for radio and check lists.

Properties

Link copied to clipboard

Specifies how much the list of items is inset from the parent container.

Link copied to clipboard

Height of each item.

Link copied to clipboard
var label: (T) -> String

Provides a label for each item in the list. This is short-hand for using visualizer.

Link copied to clipboard
var render: Canvas.(container: View) -> Unit

Allows customized rendering of the container holding the list.

Link copied to clipboard

Spacing between items in the list.

Link copied to clipboard
var visualizer: (T) -> View

Defines how each item is represented in the list,