WindLine constructor

WindLine(
  1. Size screenSize, {
  2. bool isStrongWind = false,
})

Implementation

WindLine(this.screenSize, {this.isStrongWind = false}) {
  reset();
}