IntUiOutlineColors

@Immutable
class IntUiOutlineColors(val focused: Color, val focusedWarning: Color, val focusedError: Color, val warning: Color, val error: Color) : OutlineColors

Constructors

Link copied to clipboard
constructor(focused: Color, focusedWarning: Color, focusedError: Color, warning: Color, error: Color)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val error: Color
Link copied to clipboard
open override val focused: Color
Link copied to clipboard
open override val focusedError: Color
Link copied to clipboard
open override val focusedWarning: Color
Link copied to clipboard
open override val warning: Color

Functions

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