prop_textInputAction property

  1. @protected
  2. @nonVirtual
TextInputAction? prop_textInputAction
inherited

Implementation

@protected
@nonVirtual
TextInputAction? get prop_textInputAction {
  if (!this._$rxProp_textInputAction.wasInit()) {
    this
        ._$rxProp_textInputAction
        .setValue(this.widget.$getProp("textInputAction"));
  }
  return this._$rxProp_textInputAction.getValue();
}