WebUiSettings constructor
WebUiSettings({
- required BuildContext context,
- CropperPresentStyle presentStyle = CropperPresentStyle.dialog,
- CropperDialogBuilder? customDialogBuilder,
- CropperRouteBuilder? customRouteBuilder,
- CroppieBoundary? boundary,
- CroppieViewPort? viewPort,
- String? customClass,
- bool? enableExif,
- bool? enableOrientation,
- bool? enableZoom,
- bool? enableResize,
- bool? enforceBoundary,
- bool? mouseWheelZoom,
- bool? showZoomer,
- Color? barrierColor,
- 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,
});