height property

String? get height
override

Implementation

String? get height => _$this._height;
set height (covariant String? height)
covariantoverride

Implementation

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