ElementCSSStyleDeclaration.computedStyle constructor

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

Implementation

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