getComputedStyle method

CSSStyleDeclaration getComputedStyle(
  1. Element elt, [
  2. String? pseudoElt
])

Implementation

CSSStyleDeclaration getComputedStyle(Element elt, [String? pseudoElt]) =>
    js_util.callMethod(this, 'getComputedStyle', [elt, pseudoElt]);