tTrim static method

TransformationData tTrim({
  1. int? threshold = 10,
})

Basic Transformations

Implementation

static TransformationData tTrim({int? threshold = 10}) {
  return TTrim().trim(threshold);
}