height property Null safety

num height
override

The height of the rectangle.

Implementation

num get height => _height!;