ComputedCSSStyleDeclaration constructor

ComputedCSSStyleDeclaration(
  1. BindingContext context,
  2. Element _element,
  3. String? _pseudoElementName
)

Implementation

ComputedCSSStyleDeclaration(BindingContext super.context, this._element, this._pseudoElementName)
    : _pointer = context.pointer;