height property

double? height

Implementation

double? get height => _$this._height;
void height=(double? height)

Implementation

set height(double? height) => _$this._height = height;