cssStyleDeclaration top-level property

dynamic get cssStyleDeclaration

An object that is a CSS declaration block, and exposes style information and various style-related methods and properties.

MDN Reference

Implementation

_i2.dynamic get cssStyleDeclaration => _i4.getProperty(
      _self,
      'CSSStyleDeclaration',
    );