PickerTextStyles

data class PickerTextStyles(val textStyle: TextStyle, val selectedTextStyle: TextStyle)

Represents the text styles used by Picker and related components.

Parameters

textStyle

The style of the text for unselected items.

selectedTextStyle

The style of the text for the selected item.

See also

Constructors

Link copied to clipboard
constructor(textStyle: TextStyle, selectedTextStyle: TextStyle)

Properties

Link copied to clipboard
Link copied to clipboard