Rect class

Constructors

Rect({required double x, required double y, required double width, required double height})

Properties

bottom double
no setter
hashCode int
The hash code for this object.
no setteroverride
height double
final
left double
no setter
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double
no setter
width double
final
x double
getter/setter pair
y double
getter/setter pair

Methods

intersects(Rect o) bool
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 o) bool
The equality operator.
override