getComputedStyle method

ComputedCSSStyleDeclaration getComputedStyle(
  1. Element element
)

Implementation

ComputedCSSStyleDeclaration getComputedStyle(Element element) {
  return ComputedCSSStyleDeclaration(
      BindingContext(ownerView, ownerView.contextId, allocateNewBindingObject()), element, element.tagName);
}