thresholdStep property

double get thresholdStep

Implementation

double get thresholdStep => ref.thresholdStep;
set thresholdStep (double v)

Implementation

set thresholdStep(double v) => ref.thresholdStep = v;