widows property

String widows

Gets the value of "widows"

Implementation

String get widows => getPropertyValue('widows');
void widows= (String value)

Sets the value of "widows"

Implementation

set widows(String value) {
  setProperty('widows', value, '');
}