获取 "cursor" 的值
String get cursor => getPropertyValue('cursor');
设置 "cursor" 的值
set cursor(String value) { setProperty('cursor', value, ''); }