CodeTextFieldColors

data class CodeTextFieldColors(val cellBackgroundColor: Color, val textColor: Color, val focusedStrokeColor: Color, val securityCircleColor: Color, val cursorColor: Color)

Colors used by a CodeTextField in different parts of the component.

Parameters

cellBackgroundColor

The background color of a cell.

textColor

The color of the digits.

focusedStrokeColor

The color of the active-cell stroke.

securityCircleColor

The color of the dot shown in security mode.

cursorColor

The color of the blinking cursor.

Constructors

Link copied to clipboard
constructor(cellBackgroundColor: Color, textColor: Color, focusedStrokeColor: Color, securityCircleColor: Color, cursorColor: Color)

Properties

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