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