CSSStyleDeclaration.computedStyle constructor

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

Implementation

CSSStyleDeclaration.computedStyle(this.target, this.defaultStyle, this.onStyleChanged, [this.onStyleFlushed]);