getComputedStyleMap method - Window class - dart:html library (original) (raw)

description

StylePropertyMapReadonly getComputedStyleMap(

  1. Element element,
  2. String? pseudoElement )

Implementation

StylePropertyMapReadonly getComputedStyleMap(
  Element element,
  String? pseudoElement,
) native;