CSSTransformValue extension type

The CSSTransformValue interface of the represents transform-list values as used by the CSS transform property.

on
Implemented types

Constructors

CSSTransformValue(JSArray<CSSTransformComponent> transforms)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
is2D bool
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMatrix() DOMMatrix
The toMatrix() method of the CSSTransformValue interface returns a DOMMatrix object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited