height property

double height

The distance between the top and bottom edges of this rectangle.

Implementation

double get height => bottom - top;