CropAspectRatio.free constructor

CropAspectRatio.free()

Implementation

factory CropAspectRatio.free() {
  return CropAspectRatio(ratioX: 0, ratioY: 0);
}