Constructors

Link copied to clipboard
constructor(palette: MutablePalette)

Properties

Link copied to clipboard
open override var filled: Color

Color used for the background of inputs using the filled background variant

Link copied to clipboard
open override var filledFocus: Color

The filled variant's background when focused.

Link copied to clipboard
open override var filledHover: Color

The filled variant's background when hovered over.

Link copied to clipboard
open override var hoveredBorder: Color

Color used for the outline of inputs when hovered over

Link copied to clipboard
open override var invalidBorder: Color

Color used for the outline of inputs when valid is set to false

Functions

Link copied to clipboard
fun set(hoveredBorder: Color, invalidBorder: Color, filled: Color, filledHover: Color, filledFocus: Color)