WebUiSettings constructor

WebUiSettings({
  1. required BuildContext context,
  2. CropperPresentStyle presentStyle = CropperPresentStyle.dialog,
  3. CropperDialogBuilder? customDialogBuilder,
  4. CropperRouteBuilder? customRouteBuilder,
  5. CroppieBoundary? boundary,
  6. CroppieViewPort? viewPort,
  7. String? customClass,
  8. bool? enableExif,
  9. bool? enableOrientation,
  10. bool? enableZoom,
  11. bool? enableResize,
  12. bool? enforceBoundary,
  13. bool? mouseWheelZoom,
  14. bool? showZoomer,
  15. Color? barrierColor,
  16. WebTranslations? translations,
})

Implementation

WebUiSettings({
  required this.context,
  this.presentStyle = CropperPresentStyle.dialog,
  this.customDialogBuilder,
  this.customRouteBuilder,
  this.boundary,
  this.viewPort,
  this.customClass,
  this.enableExif,
  this.enableOrientation,
  this.enableZoom,
  this.enableResize,
  this.enforceBoundary,
  this.mouseWheelZoom,
  this.showZoomer,
  this.barrierColor,
  this.translations,
});