height property

num? height

Implementation

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

Implementation

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