Code Text Field Colors
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
cell Background Color
The background color of a cell.
text Color
The color of the digits.
focused Stroke Color
The color of the active-cell stroke.
security Circle Color
The color of the dot shown in security mode.
cursor Color
The color of the blinking cursor.