InputFieldIndicatorStyle

Types

Link copied to clipboard
data class Border @JvmOverloads constructor(val shape: Shape = Shape.RoundCorner, val cornerRadius: CornerRadius = CornerRadius(BorderConstants.radius), val focusedBorderThickness: Int = BorderConstants.focusedBorderThickness, val unfocusedBorderThickness: Int = BorderConstants.unfocusedBorderThickness, @ColorLong val focusedBorderColor: Long = BorderConstants.focusedBorderColor, @ColorLong val unfocusedBorderColor: Long = BorderConstants.unfocusedBorderColor, @ColorLong val disabledBorderColor: Long = BorderConstants.disabledBorderColor, @ColorLong val errorBorderColor: Long = BorderConstants.errorBorderColor) : InputFieldIndicatorStyle
Link copied to clipboard
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