curvedAnimation property

Animation<double> curvedAnimation
latefinal

Implementation

late final Animation<double> curvedAnimation = CurvedAnimation(
  parent: animation,
  curve: curve,
);