bottomRight property

Point get bottomRight

Bottom-right corner

Implementation

Point get bottomRight => Point(x + width, y);