Button

interface Button(source)

Inheritors

Properties

Link copied to clipboard
abstract val default: Color

Color used for buttons in a normal state.

Link copied to clipboard
abstract val focus: Color

Color used for the outline of buttons that have been focused on (e.g. by keyboard nav).

Link copied to clipboard
abstract val hover: Color

Color used for buttons when the mouse is over the button (but not clicked).

Link copied to clipboard
abstract val pressed: Color

Color used for buttons when they are being depressed by the user.