AffineMatrix constructor
AffineMatrix({})
Implementation
AffineMatrix({
required this.sx,
required this.rx,
required this.ry,
required this.sy,
required this.tx,
required this.ty,
});
AffineMatrix({
required this.sx,
required this.rx,
required this.ry,
required this.sy,
required this.tx,
required this.ty,
});