verticalAlign property Null safety

String verticalAlign
override

Gets the value of "vertical-align"

Implementation

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

Sets the value of "vertical-align"

Implementation

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