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