String widows

Gets the value of "widows"

Source

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

Sets the value of "widows"

Source

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