Underline

data class Underline @JvmOverloads constructor(val focusedUnderlineThickness: Int = UnderlineConstants.focusedUnderlineThickness, val unfocusedUnderlineThickness: Int = UnderlineConstants.unfocusedUnderlineThickness, @ColorLong val focusedUnderlineColor: Long = UnderlineConstants.focusedUnderlineColor, @ColorLong val unfocusedUnderlineColor: Long = UnderlineConstants.unfocusedUnderlineColor, @ColorLong val disabledUnderlineColor: Long = UnderlineConstants.disabledUnderlineColor, @ColorLong val errorUnderlineColor: Long = UnderlineConstants.errorUnderlineColor) : InputFieldIndicatorStyle

Constructors

Link copied to clipboard
constructor(focusedUnderlineThickness: Int = UnderlineConstants.focusedUnderlineThickness, unfocusedUnderlineThickness: Int = UnderlineConstants.unfocusedUnderlineThickness, @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

The 32-bit ARGB color to create a disabled border Color from.

Link copied to clipboard

The 32-bit ARGB color to create an error border Color from.

Link copied to clipboard

The 32-bit ARGB color to create a focused border Color from.

Link copied to clipboard

Focused underline thickness in dp.

Link copied to clipboard

The 32-bit ARGB color to create an unfocused border Color from.

Link copied to clipboard

Unfocused underline thickness in dp.