orphans property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getorphans

Gets the value of "orphans"

Implementation

String get orphans => getPropertyValue('orphans');

setorphans (String value)

Sets the value of "orphans"

Implementation

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