prop_textDirection property

  1. @protected
  2. @nonVirtual
TextDirection? prop_textDirection
inherited

Implementation

@protected
@nonVirtual
TextDirection? get prop_textDirection {
  if (!this._$rxProp_textDirection.wasInit()) {
    this
        ._$rxProp_textDirection
        .setValue(this.widget.$getProp("textDirection"));
  }
  return this._$rxProp_textDirection.getValue();
}