getComputedStyle property

CSSStyleDeclaration Function(Element elt, [String? pseudoElt]) get getComputedStyle

Implementation

_i3.CSSStyleDeclaration Function(
  _i3.Element, [
  _i2.String?,
]) get getComputedStyle => (
      _i3.Element p0, [
      _i2.String? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'getComputedStyle',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
set getComputedStyle (CSSStyleDeclaration value(Element elt, [String? pseudoElt]))

Implementation

set getComputedStyle(
    _i3.CSSStyleDeclaration Function(
      _i3.Element, [
      _i2.String?,
    ]) value) {
  _i4.setProperty(
    this,
    'getComputedStyle',
    _i4.allowInterop(value),
  );
}