prop_textAlign property

  1. @protected
  2. @nonVirtual
TextAlign prop_textAlign
inherited

Implementation

@protected
@nonVirtual
TextAlign get prop_textAlign {
  if (!this._$rxProp_textAlign.wasInit()) {
    this
        ._$rxProp_textAlign
        .setValue(this.widget.$getProp("textAlign", TextAlign.start));
  }
  return this._$rxProp_textAlign.getValue();
}