XTransformParams constructor

XTransformParams({
  1. required SSRWidget child,
  2. Matrix4? matrix4,
  3. Offset? origin,
})

Implementation

XTransformParams({
  required this.child,
  this.matrix4,
  this.origin,
});