Transform constructor
Transform({})
Creates a transform with all options.
Implementation
Transform({
this.translateX = 0,
this.translateY = 0,
this.flipH = false,
this.flipV = false,
super.child,
super.key,
});
Creates a transform with all options.
Transform({
this.translateX = 0,
this.translateY = 0,
this.flipH = false,
this.flipV = false,
super.child,
super.key,
});