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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "widows"
String get widows => getPropertyValue('widows');
Sets the value of "widows"
set widows(String value) {
setProperty('widows', value, '');
}