const RipplesRF({ Key? key, this.size = 90.0, this.color = Colors.pink, this.onPressed, @required this.child, }) : super(key: key);