prop_cursorHeight property

  1. @protected
  2. @nonVirtual
double? prop_cursorHeight
inherited

Implementation

@protected
@nonVirtual
double? get prop_cursorHeight {
  if (!this._$rxProp_cursorHeight.wasInit()) {
    this._$rxProp_cursorHeight.setValue(this.widget.$getProp("cursorHeight"));
  }
  return this._$rxProp_cursorHeight.getValue();
}