FadingRect class
Geometry
These are some basic geometric classes which also fade out as time goes on. Each primitive should draw itself at the origin. If the orientation matters it should be directed to the top (negative y)
A rectangle which also fades out over time.
Constructors
- FadingRect({required Color color, required double width, required double height})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paint(
Canvas canvas, Size size, double progress, int seed) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited