InputStyle

sealed class InputStyle

DHIS2 InputShell style. Used internally by InputShell.

Parameters

startIndent

: value of the indent to be used at start.

backGroundColor

: component background color.

disabledBackGroundColor

: disabled component background color.

unfocusedIndicatorColor

: unfocused indicator color.

disabledIndicatorColor

: 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

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