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