CSSStyleDeclaration.computedStyle constructor
CSSStyleDeclaration.computedStyle(
- Element? target,
- Map<
String, dynamic> ? defaultStyle, - StyleChangeListener? onStyleChanged, [
- StyleFlushedListener? onStyleFlushed,
Implementation
CSSStyleDeclaration.computedStyle(
this.target, this.defaultStyle, this.onStyleChanged,
[this.onStyleFlushed]);