brightnessThreshold property

double? get brightnessThreshold

Set the threshold for an actual document brightness below which the check fails.

Implementation

double? get brightnessThreshold => _brightnessThreshold;
set brightnessThreshold (double? val)

Implementation

set brightnessThreshold(double? val) {
  _brightnessThreshold = val;
  _set({"brightnessThreshold": val});
}