prop_cursorColor property

  1. @protected
  2. @nonVirtual
Color? prop_cursorColor
inherited

Implementation

@protected
@nonVirtual
Color? get prop_cursorColor {
  if (!this._$rxProp_cursorColor.wasInit()) {
    this._$rxProp_cursorColor.setValue(this.widget.$getProp("cursorColor"));
  }
  return this._$rxProp_cursorColor.getValue();
}