CGAffineTransform class

Constructors

CGAffineTransform({double a = 1.0, double b = 0.0, double c = 0.0, double d = 1.0, double tx = 0.0, double ty = 0.0})
const

Properties

a double
final
b double
final
c double
final
d double
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storage List<double>
no setter
tx double
final
ty double
final

Methods

copyWith({double? a, double? b, double? c, double? d, double? tx, double? ty}) CGAffineTransform
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.
override