ComputedStyle constructor

ComputedStyle({
  1. required List<CSSComputedStyleProperty> computedStyle,
})

Implementation

ComputedStyle({ required this.computedStyle });