curvedAnimation property

Animation<double> get curvedAnimation

Implementation

Animation<double> get curvedAnimation => CurvedAnimation(
      parent: animation,
      curve: Curves.easeInOut,
    );