clear property

String get clear

Sets or retrieves the side on which floating objects are not to be positioned when any IHTMLBlockElement is inserted into the document. @deprecated

MDN Reference

Implementation

_i2.String get clear => _i4.getProperty(
      this,
      'clear',
    );
set clear (String value)

Implementation

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