CreateScaleRotateRoute constructor
const
CreateScaleRotateRoute({})
Implementation
const CreateScaleRotateRoute({
super.key,
required this.animation,
required this.secondaryAnimation,
required this.child,
this.curve = Curves.elasticInOut,
this.secondaryCurve = Curves.fastOutSlowIn,
});