prop_cursorWidth property

  1. @protected
  2. @nonVirtual
double prop_cursorWidth
inherited

Implementation

@protected
@nonVirtual
double get prop_cursorWidth {
  if (!this._$rxProp_cursorWidth.wasInit()) {
    this
        ._$rxProp_cursorWidth
        .setValue(this.widget.$getProp("cursorWidth", 2.0));
  }
  return this._$rxProp_cursorWidth.getValue();
}