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