Input View Colors
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
card Color
The background color of the card.
title Color
The color of the title.
disabled Title Color
The color of the title when the component is disabled.
count Color
The color of the character counter.
error Color
The color of the error line and the at-limit counter.