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