animateToAnchor abstract method
Future<void>
animateToAnchor(
- GlobalKey<
State< anchorKey, {StatefulWidget> > - required Duration duration,
- required Curve curve,
Implementation
Future<void> animateToAnchor(GlobalKey anchorKey,
{required Duration duration, required Curve curve});