height property

double get height

The height of the rectangle.

Implementation

double get height => bottom - top;