WheelPickerColors

@Immutable
class WheelPickerColors

Define colors for WheelPicker

Properties

Link copied to clipboard
val itemTextColor: Color

The text color of normal item.

Link copied to clipboard

The background color of selected item.

Link copied to clipboard

The text color of selected item.

Functions

Link copied to clipboard
fun copy(selectedTextColor: Color = this.selectedTextColor, selectedIndicatorColor: Color = this.selectedIndicatorColor, itemTextColor: Color = this.itemTextColor): WheelPickerColors
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int