FastOutSlowInAnimation constructor
const
FastOutSlowInAnimation({})
Constructor for the FastOutSlowInAnimation widget.
Implementation
const FastOutSlowInAnimation({
super.key,
required this.child,
this.duration = const Duration(seconds: 1),
this.scale,
});