ColorizeBuilder class

A builder for Colorize. Allowing you to set (foreground) color and background

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

background(int color) → void
RGBA color representation as int for the background color
color(int color) → void
RGBA color representation as int for the foreground color
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
RGBA color representation as int for the link color
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unsetBackground() → void
unset the background color
unsetColor() → void
unset the color
unset the link color

Operators

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