brightnessThreshold property

double? brightnessThreshold

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

Implementation

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

Implementation

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