prop_enableInteractiveSelection property

  1. @protected
  2. @nonVirtual
bool prop_enableInteractiveSelection
inherited

Implementation

@protected
@nonVirtual
bool get prop_enableInteractiveSelection {
  if (!this._$rxProp_enableInteractiveSelection.wasInit()) {
    this
        ._$rxProp_enableInteractiveSelection
        .setValue(this.widget.$getProp("enableInteractiveSelection", true));
  }
  return this._$rxProp_enableInteractiveSelection.getValue();
}