getBottom method

double getBottom()

Returns the bottom coordinate of the rectangle.

Implementation

double getBottom() => _rect.bottom;