TransformLayer constructor Null safety
Creates a transform layer.
The transform
and offset
properties must be non-null before the
compositing phase of the pipeline.
Implementation
TransformLayer({ Matrix4? transform, super.offset })
: _transform = transform;