cursorColor property

set cursorColor (Color v)

Implementation

set cursorColor(Color v) {
  _cursorColor = v;
}