AnchorEffect.by constructor
- required Anchor offset,
- required EffectController controller,
- bool? cleanup,
- bool? enabled,
Anchors the closest AnchorOwner ancestor by offset, relative to its
anchor when the effect is mounted.
Implementation
factory AnchorEffect.by({
required Anchor offset,
required EffectController controller,
bool? cleanup,
bool? enabled,
}) = _AnchorByEffect;