crop method

void crop(
  1. String cropValue
)

Implementation

void crop(String cropValue) {
  // checks if cropRatio is not null then takes height,
  // width and cropRatio as prams
  // else it takes crop params and comas separated width & height
  query.append('crop', cropValue);
}