CSSMatrixComponent constructor

CSSMatrixComponent(
  1. DOMMatrixReadOnly matrix, [
  2. CSSMatrixComponentOptions? options
])

Implementation

factory CSSMatrixComponent(
  _i3.DOMMatrixReadOnly matrix, [
  _i3.CSSMatrixComponentOptions? options,
]) =>
    _i4.callConstructor(
      _declaredCSSMatrixComponent,
      [
        matrix,
        options ?? _i6.undefined,
      ],
    );