widows property

String widows

Implementation

_i2.String get widows => _i4.getProperty(
      this,
      'widows',
    );
void widows=(String value)

Implementation

set widows(_i2.String value) {
  _i4.setProperty(
    this,
    'widows',
    value,
  );
}