const AnimatedPlayPause({ Key? key, required this.playing, this.size, this.color, }) : super(key: key);