square constant

CropOptions const square

Implementation

static const CropOptions square = CropOptions(
  enableCrop: true,
  aspectRatio: 1.0,
  lockAspectRatio: true,
  freeform: false,
);