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