PopAnimation constructor
const
PopAnimation({})
Implementation
const PopAnimation({
Key? key,
this.sizeAnim,
this.opacityAnim,
required this.child,
required this.animation,
}) : super(key: key);
const PopAnimation({
Key? key,
this.sizeAnim,
this.opacityAnim,
required this.child,
required this.animation,
}) : super(key: key);