prop_showCursor property

  1. @protected
  2. @nonVirtual
bool? prop_showCursor
inherited

Implementation

@protected
@nonVirtual
bool? get prop_showCursor {
  if (!this._$rxProp_showCursor.wasInit()) {
    this._$rxProp_showCursor.setValue(this.widget.$getProp("showCursor"));
  }
  return this._$rxProp_showCursor.getValue();
}