executeAnimation method

  1. @override
Future<void> executeAnimation()
override

Execute the animation (curve vs spring).

Implementation

@override
Future<void> executeAnimation() async {
  // Immediately complete the animation without any delay
  _controller.value = 1.0;
}