AnimateCallback typedef

AnimateCallback = void Function(AnimationController controller)

Function signature for Animate callbacks.

Implementation

typedef AnimateCallback = void Function(AnimationController controller);