ComputedCSSStyleDeclaration constructor
ComputedCSSStyleDeclaration(
- BindingContext context,
- Element _element,
- String? _pseudoElementName
Implementation
ComputedCSSStyleDeclaration(BindingContext super.context, this._element, this._pseudoElementName)
: _pointer = context.pointer;