AnchorEffect.to constructor
- required Anchor destination,
- required EffectController controller,
- bool? cleanup,
- bool? enabled,
Anchors the closest AnchorOwner ancestor to destination.
Implementation
factory AnchorEffect.to({
required Anchor destination,
required EffectController controller,
bool? cleanup,
bool? enabled,
}) = _AnchorToEffect;