computedStyle method

CSSRenderStyle? computedStyle(
  1. String? pseudoElementSpecifier
)

Implementation

CSSRenderStyle? computedStyle(String? pseudoElementSpecifier) {
  return renderStyle;
}