height property

double get height
inherited

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

Implementation

double get height => bottom - top;