const RipplesAnimation({ Key? key, this.size = 80.0, this.color = Colors.red, this.reverse = false, this.child, }) : super(key: key);