InputFieldColors

data class InputFieldColors @JvmOverloads constructor(@ColorLong val focusedBorderColor: Long = BorderConstants.focusedBorderColor, @ColorLong val unfocusedBorderColor: Long = BorderConstants.unfocusedBorderColor, @ColorLong val disabledBorderColor: Long = BorderConstants.disabledBorderColor, @ColorLong val errorBorderColor: Long = BorderConstants.errorBorderColor, @ColorLong val inputFieldBackgroundColor: Long, @ColorLong val focusedUnderlineColor: Long = UnderlineConstants.focusedUnderlineColor, @ColorLong val unfocusedUnderlineColor: Long = UnderlineConstants.unfocusedUnderlineColor, @ColorLong val disabledUnderlineColor: Long = UnderlineConstants.disabledUnderlineColor, @ColorLong val errorUnderlineColor: Long = UnderlineConstants.errorUnderlineColor)

Constructors

Link copied to clipboard
constructor(@ColorLong focusedBorderColor: Long = BorderConstants.focusedBorderColor, @ColorLong unfocusedBorderColor: Long = BorderConstants.unfocusedBorderColor, @ColorLong disabledBorderColor: Long = BorderConstants.disabledBorderColor, @ColorLong errorBorderColor: Long = BorderConstants.errorBorderColor, @ColorLong inputFieldBackgroundColor: Long, @ColorLong focusedUnderlineColor: Long = UnderlineConstants.focusedUnderlineColor, @ColorLong unfocusedUnderlineColor: Long = UnderlineConstants.unfocusedUnderlineColor, @ColorLong disabledUnderlineColor: Long = UnderlineConstants.disabledUnderlineColor, @ColorLong errorUnderlineColor: Long = UnderlineConstants.errorUnderlineColor)

Properties

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