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