- Dart
- dart:math
- MutableRectangle<T extends num> class
MutableRectangle<T extends num> class
A class for representing two-dimensional axis-aligned rectangles with mutable
properties.
Properties
-
height
↔ T
-
The height of the rectangle.
read / write
-
left
↔ T
-
The x-coordinate of the left edge. [...]
read / write
-
top
↔ T
-
The y-coordinate of the left edge. [...]
read / write
-
width
↔ T
-
The width of the rectangle.
read / write
-
bottom
→ T
-
The y-coordinate of the bottom edge.
read-only, inherited
-
bottomLeft
→ Point<T>
-
read-only, inherited
-
bottomRight
→ Point<T>
-
read-only, inherited
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
right
→ T
-
The x-coordinate of the right edge.
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
topLeft
→ Point<T>
-
read-only, inherited
-
topRight
→ Point<T>
-
read-only, inherited