prop_selectionControls property

  1. @protected
  2. @nonVirtual
TextSelectionControls? prop_selectionControls
inherited

Implementation

@protected
@nonVirtual
TextSelectionControls? get prop_selectionControls {
  if (!this._$rxProp_selectionControls.wasInit()) {
    this
        ._$rxProp_selectionControls
        .setValue(this.widget.$getProp("selectionControls"));
  }
  return this._$rxProp_selectionControls.getValue();
}