verticalAlign property
override
Gets the value of "vertical-align"
Implementation
String get verticalAlign => this._verticalAlign;
override
Sets the value of "vertical-align"
Implementation
set verticalAlign(String? value) {
_verticalAlign = value == null ? '' : value;
}