widows property

String get widows

Gets the value of "widows"

Implementation

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

Sets the value of "widows"

Implementation

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