CustomInputStyle

open class CustomInputStyle(val startIndent: Dp, var backGroundColor: Color, var supportingTextLowerPadding: Dp, val disabledBackGroundColor: Color, val unfocusedIndicatorColor: Color?, val disabledIndicatorColor: Color?) : InputStyle

Inheritors

Constructors

Link copied to clipboard
constructor(startIndent: Dp, backGroundColor: Color, supportingTextLowerPadding: Dp, disabledBackGroundColor: Color, unfocusedIndicatorColor: Color?, disabledIndicatorColor: Color?)

Properties

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

Functions

Link copied to clipboard
open override fun supportingTextBackgroundColor(supportingText: List<SupportingTextData>?): Color