String cursor

Gets the value of "cursor"

Source

String get cursor => getPropertyValue('cursor');
void cursor=(String value)

Sets the value of "cursor"

Source

set cursor(String value) {
  setProperty('cursor', value, '');
}