CSSMatrix class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  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 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
 
    
  
    
  
    
  
    Static Methods
    
        - 
  compose2DMatrix(List decomposed)
    → Matrix4
  
  
- 
  
  
- 
  compose3DMatrix(dynamic translate, dynamic scale, dynamic skew, dynamic perspective, List<double> quaternion)
    → Matrix4
  
  
- 
  
  
- 
  computeTransformMatrix(List<CSSFunctionalNotation>? transform, RenderStyle renderStyle)
    → Matrix4?
  
  
- 
  
  
- 
  decompose2DMatrix(Matrix4 matrix4)
    → List
  
  
- 
  
  
- 
  decompose3DMatrix(Matrix4 matrix4)
    → List?
  
  
- 
  
  
- 
  isAffine(Matrix4 matrix4)
    → bool
  
  
- 
  
  
- 
  lerp2DMatrix(List matrixA, List matrixB, double t)
    → List
  
  
- 
  
  
- 
  lerpMatrix(Matrix4 begin, Matrix4 end, double t)
    → dynamic
  
  
- 
  
  
- 
  lerpQuaternion(dynamic quaternionA, dynamic quaternionB, dynamic t)
    → List<double>
  
  
-