threshold method

Blackwhite threshold(
  1. dynamic threshold
)

Implementation

Blackwhite threshold(dynamic threshold) {
  _threshold = threshold;
  return this;
}