RainDropPhysics constructor

RainDropPhysics({
  1. int fps = 60,
})
  • fps : The screen fps.

Implementation

RainDropPhysics({this.fps = 60});