widows property
String
get
widows
Implementation
_i2.String get widows => _i4.getProperty(
this,
'widows',
);
set
widows
(String value)
Implementation
set widows(_i2.String value) {
_i4.setProperty(
this,
'widows',
value,
);
}