angle property

Implementation

CSSNumericValue get angle => js_util.getProperty(this, 'angle');
void angle=(CSSNumericValue newValue)

Implementation

set angle(CSSNumericValue newValue) {
  js_util.setProperty(this, 'angle', newValue);
}