Group constructor
const
Group({})
Creates a group widget.
Implementation
const Group({
super.key,
required this.child,
this.translate,
this.rotation,
this.scale,
this.scaleXY,
this.transform,
this.clip = false,
this.clipRect,
this.clipPath,
this.clipBehavior = Clip.antiAlias,
this.opacity,
});