CSSStyleDeclaration.computedStyle constructor

CSSStyleDeclaration.computedStyle(
  1. Element? target,
  2. Map<String, dynamic>? defaultStyle,
  3. StyleChangeListener? onStyleChanged
)

Implementation

CSSStyleDeclaration.computedStyle(this.target, this.defaultStyle, this.onStyleChanged);