Input Style
DHIS2 InputShell style. Used internally by InputShell.
Parameters
start Indent
: value of the indent to be used at start.
back Ground Color
: component background color.
disabled Back Ground Color
: disabled component background color.
unfocused Indicator Color
: unfocused indicator color.
disabled Indicator Color
: disabled indicator color.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
open class CustomInputStyle(val startIndent: Dp, var backGroundColor: Color, var supportingTextLowerPadding: Dp, val disabledBackGroundColor: Color, val unfocusedIndicatorColor: Color?, val disabledIndicatorColor: Color?) : InputStyle
Link copied to clipboard