Gets the value of "widows"
Source
String get widows => getPropertyValue('widows');
Sets the value of "widows"
Source
set widows(String value) {
setProperty('widows', value, '');
}
Gets the value of "widows"
String get widows => getPropertyValue('widows');
Sets the value of "widows"
set widows(String value) {
setProperty('widows', value, '');
}