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