height property

double height

getter of height, height is private to protect it from alteration from outside

Implementation

double get height => _height;