threshold property

double get threshold

double threshold;

Implementation

double get threshold => ref.threshold;
set threshold (double value)

Implementation

set threshold(double value) => ref.threshold = value;