trim method

void trim({
  1. TrimOrientation? orientation,
  2. int tolerance = 0,
})

Implementation

void trim({TrimOrientation? orientation, int tolerance = 0}) {
  _hasTrim = true;
  _trimOrientation = orientation;
  _trimTolerance = tolerance;
}