bottomRight property
The offset to the intersection of the bottom and right edges of this rectangle.
See also Size.bottomRight.
Implementation
Offset get bottomRight => Offset(right, bottom);
The offset to the intersection of the bottom and right edges of this rectangle.
See also Size.bottomRight.
Offset get bottomRight => Offset(right, bottom);