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.
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

Operators

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