DropletAnimation constructor
const
DropletAnimation({})
Constructor for the DropletAnimation widget.
Implementation
const DropletAnimation({
super.key,
this.child,
this.verticalDistance = 60,
this.duration = const Duration(seconds: 3),
this.width = 10,
this.height = 10,
});