InputViewColors

data class InputViewColors(val cardColor: Color, val titleColor: Color, val disabledTitleColor: Color, val countColor: Color, val errorColor: Color)

Colors used by an InputView in different parts of the component.

Parameters

cardColor

The background color of the card.

titleColor

The color of the title.

disabledTitleColor

The color of the title when the component is disabled.

countColor

The color of the character counter.

errorColor

The color of the error line and the at-limit counter.

Constructors

Link copied to clipboard
constructor(cardColor: Color, titleColor: Color, disabledTitleColor: Color, countColor: Color, errorColor: Color)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard