animation property

CurvedAnimation animation
getter/setter pair

Implementation

late CurvedAnimation animation =
    CurvedAnimation(parent: _controller, curve: curve);