Crayola class

Constructors

Crayola()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

setTitleBarColor(Color color, [bool transparent = true]) Future<void>
Sets the color of the main window title bar. Blends with platform default overlay if transparent is true
setTitleBarVisibility(bool visible) Future<void>
Set the visiblity of the main window title bar. If false, this will also remove the maximize, resize and close buttons.
setTitleVisibility(bool visible) Future<void>
Set the visibility of the main window title text