height property
override
Gets the value of "height"
Implementation
String get height => this._height;
override
Sets the value of "height"
Implementation
set height(String? value) {
_height = value == null ? '' : value;
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "height"
String get height => this._height;
Sets the value of "height"
set height(String? value) {
_height = value == null ? '' : value;
}