CompositedTransformTarget constructor
Creates a composited transform target widget.
The link property must not be currently used by any other CompositedTransformTarget object that is in the tree.
Implementation
const CompositedTransformTarget({
super.key,
required this.link,
super.child,
});