const Wave({ Key? key, required this.value, required this.color, required this.direction, }) : super(key: key);