tolerance method

MakeTransparent tolerance(
  1. dynamic tolerance
)

Implementation

MakeTransparent tolerance(dynamic tolerance) {
  _tolerance = tolerance;
  return this;
}