NumberFieldColors
The colors for NumberField.
Parameters
contentColor
The color of the text.
backgroundColor
The color of the background.
focusedColor
The color of the background when focused.
errorColor
The color of the background when error.
Properties
Functions
Link copied to clipboard
fun copy(contentColor: Color = this.contentColor, backgroundColor: Color = this.backgroundColor, focusedColor: Color = this.focusedColor, errorColor: Color = this.errorColor): NumberFieldColors
copy to a new instance