ShadowFigure class

The figure to paint the shadow of a path.

Inheritance

Constructors

ShadowFigure(Path path, Color color, double elevation)
Creates a shadow figure.

Properties

color Color
The shadow color.
final
elevation double
The shadow elevation.
final
hashCode int
The hash code for this object.
no setterinherited
path Path
The shadow path.
final
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
paint(Canvas canvas) → void
Paints this figure.
override
toString() String
A string representation of this object.
inherited

Operators

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