widescreen constant

CropOptions const widescreen

Implementation

static const CropOptions widescreen = CropOptions(
  enableCrop: true,
  aspectRatio: 16.0 / 9.0,
  lockAspectRatio: true,
  freeform: false,
);