height property
The distance between the top and bottom edges of this rectangle.
Implementation
double/*!*/ get height => bottom - top;
The distance between the top and bottom edges of this rectangle.
double/*!*/ get height => bottom - top;