Rectangle class

A rectangle shape.

Inheritance

Constructors

Rectangle({double spreadRadius = 0})
Creates a new rectangle shape instance.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spreadRadius double
The spread radius.
final

Methods

drawOnCanvas(Canvas canvas, Rect rectangle, Paint paint) → void
Draw the shape on the specified canvas.
override
makePath(Path path, Rect rectangle) → void
override
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