prop_textAlignVertical property

  1. @protected
  2. @nonVirtual
TextAlignVertical? prop_textAlignVertical
inherited

Implementation

@protected
@nonVirtual
TextAlignVertical? get prop_textAlignVertical {
  if (!this._$rxProp_textAlignVertical.wasInit()) {
    this
        ._$rxProp_textAlignVertical
        .setValue(this.widget.$getProp("textAlignVertical"));
  }
  return this._$rxProp_textAlignVertical.getValue();
}