Region class

Constructors

Region({required int x1, required int x2, required int y1, required int y2})
const
Region.fromLTRB(int x1, int y1, int x2, int y2)
factory

Properties

bottomRight Offset
no setter
hashCode int
The hash code for this object.
no setterinherited
height int
no setter
isEmpty bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topLeft Offset
no setter
width int
no setter
x1 int
final
x2 int
final
y1 int
final
y2 int
final

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