style property

Implementation

_i6.CSSStyleDeclaration get style => _i4.getProperty(
      this,
      'style',
    );
void style=(CSSStyleDeclaration value)

Implementation

set style(_i6.CSSStyleDeclaration value) {
  _i4.setProperty(
    this,
    'style',
    value,
  );
}