CSSMatrixComponent constructor

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

Implementation

factory CSSMatrixComponent(DOMMatrixReadOnly matrix,
        [CSSMatrixComponentOptions? options]) =>
    CSSMatrixComponent._(matrix, options ?? undefined);