getTop method

double getTop()

Returns the top coordinate of the rectangle.

Implementation

double getTop() => _rect.top;