verticalAlign property

String verticalAlign

Gets the value of "vertical-align"

Implementation

String get verticalAlign => this._verticalAlign;
void verticalAlign= (String value)

Sets the value of "vertical-align"

Implementation

set verticalAlign(String value) {
  _verticalAlign = value == null ? '' : value;
}