buildAnimation abstract method

Widget buildAnimation(
  1. BuildContext context,
  2. AnimationController controller
)

Subclasses must implement this to build the animated widget.

Implementation

Widget buildAnimation(BuildContext context, AnimationController controller);