widows property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getwidows
Gets the value of "widows"
Implementation
String get widows => getPropertyValue('widows');
setwidows (String value)
Sets the value of "widows"
Implementation
set widows(String value) {
setProperty('widows', value, '');
}