NumberFieldColors

@Immutable
class 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

Link copied to clipboard
val backgroundColor: Color
Link copied to clipboard
val contentColor: Color
Link copied to clipboard
val errorColor: Color
Link copied to clipboard
val focusedColor: Color

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

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int