Rectangle class

Holds the information of a rectangle used in a RectanglesBehaviour.

Constructors

Rectangle()

Properties

color HSVColor?
The current color of this rectangle
getter/setter pair
fadeTo HSVColor?
The color this rectangle will fade to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialColor HSVColor?
The initial color of this rectangle
getter/setter pair
rect Rect
The rectangle size and position
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
t double
The interpolator between the initialColor and fadeTo
getter/setter pair

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