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