widows property
Gets the value of "widows"
Implementation
String get widows => getPropertyValue('widows');
Sets the value of "widows"
Implementation
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, '');
}