width method

CloudinaryTransformation width(
  1. int width
)

Implementation

CloudinaryTransformation width(int width) {
  return param('w', width);
}