WindowButtonColors class

Constructors

WindowButtonColors({Color? normal, Color? mouseOver, Color? mouseDown, Color? iconNormal, Color? iconMouseOver, Color? iconMouseDown})

Properties

hashCode int
The hash code for this object.
no setterinherited
iconMouseDown Color
getter/setter pair
iconMouseOver Color
getter/setter pair
iconNormal Color
getter/setter pair
mouseDown Color
getter/setter pair
mouseOver Color
getter/setter pair
normal Color
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited