height property

int? height

Implementation

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

Implementation

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