Transform class

Constructors

Transform.combine(List<Transform> transforms)
const
factory
Transform.matrix(double a, double b, double c, double d, double tx, double ty)
const
factory
Transform.perspective(Unit value)
const
factory
Transform.rotate(Angle angle)
const
factory
Transform.rotateAxis({Angle? x, Angle? y, Angle? z})
const
factory
Transform.scale(double value)
const
factory
Transform.skew({Angle? x, Angle? y})
const
factory
Transform.translate({Unit? x, Unit? y})
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

inherit → const Transform
initial → const Transform
none → const Transform
revert → const Transform
revertLayer → const Transform
unset → const Transform