getComputedStyle method
Implementation
CssStyleDeclaration getComputedStyle([String? pseudoElement]) {
return _ComputedStyle._(this, pseudoElement);
}
CssStyleDeclaration getComputedStyle([String? pseudoElement]) {
return _ComputedStyle._(this, pseudoElement);
}