LowPass constructor

LowPass({
  1. required double? smoothing,
})

Create a new LowPass.

Implementation

LowPass({required this.smoothing});