Gets the value of "cursor"
Source
String get cursor => getPropertyValue('cursor');
Sets the value of "cursor"
Source
set cursor(String value) {
setProperty('cursor', value, '');
}
Gets the value of "cursor"
String get cursor => getPropertyValue('cursor');
Sets the value of "cursor"
set cursor(String value) {
setProperty('cursor', value, '');
}