WaterRipple constructor

WaterRipple({
  1. Key? key,
  2. String? name,
})

Implementation

WaterRipple({Key? key, this.name}) : super(key: key);