Transform constructor
Transform({})
Implementation
Transform({
required this.transform,
this.origin,
this.alignment,
this.adjustLayout = false,
this.unconstrained = false,
super.child,
});
Transform({
required this.transform,
this.origin,
this.alignment,
this.adjustLayout = false,
this.unconstrained = false,
super.child,
});