Transformers 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
    
        - 
  typeColor(Color? a, Color? b, double t)
    → Color?
  
  
- 
  
  
- 
  typeDouble(double? a, double? b, double t)
    → double?
  
  
- 
  
  
- 
  typeInt(int? a, int? b, double t)
    → int?
  
  
- 
  
  
- 
  typeOffset(Offset? a, Offset? b, double t)
    → Offset?
  
  
- 
  
  
- 
  typeSize(Size? a, Size? b, double t)
    → Size?
  
  
-