cursor property

String cursor

Implementation

static String get cursor => _cursorName;
void cursor=(String cursorName)

Implementation

static set cursor(String cursorName) {
  _cursorName = cursorName;
  _cursorChangedEvent.add(cursorName);
}