WindowClassColors class

Defines the colors of a Window.

Constructors

WindowClassColors({int? textColor, int? bgColor})

Properties

bgColor int?
The background color.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor int?
The text color.
final

Methods

createSolidBrush(int hdc) int
Creates a solid brush from this WindowClassColors.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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