WebUiSettings constructor

WebUiSettings({
  1. required BuildContext context,
  2. WebPresentStyle presentStyle = WebPresentStyle.dialog,
  3. WebDialogBuilder? customDialogBuilder,
  4. WebRouteBuilder? customRouteBuilder,
  5. CropperSize? size,
  6. WebViewMode? viewwMode,
  7. WebDragMode? dragMode,
  8. num? initialAspectRatio,
  9. bool? checkCrossOrigin,
  10. bool? checkOrientation,
  11. bool? modal,
  12. bool? guides,
  13. bool? center,
  14. bool? highlight,
  15. bool? background,
  16. bool? movable,
  17. bool? rotatable,
  18. bool? scalable,
  19. bool? zoomable,
  20. bool? zoomOnTouch,
  21. bool? zoomOnWheel,
  22. num? wheelZoomRatio,
  23. bool? cropBoxMovable,
  24. bool? cropBoxResizable,
  25. bool? toggleDragModeOnDblclick,
  26. num? minContainerWidth,
  27. num? minContainerHeight,
  28. num? minCropBoxWidth,
  29. num? minCropBoxHeight,
  30. WebTranslations? translations,
  31. Color? barrierColor,
  32. WebThemeData? themeData,
})

Implementation

WebUiSettings({
  required this.context,
  this.presentStyle = WebPresentStyle.dialog,
  this.customDialogBuilder,
  this.customRouteBuilder,
  this.size,
  this.viewwMode,
  this.dragMode,
  this.initialAspectRatio,
  // this.aspectRatio,
  this.checkCrossOrigin,
  this.checkOrientation,
  this.modal,
  this.guides,
  this.center,
  this.highlight,
  this.background,
  this.movable,
  this.rotatable,
  this.scalable,
  this.zoomable,
  this.zoomOnTouch,
  this.zoomOnWheel,
  this.wheelZoomRatio,
  this.cropBoxMovable,
  this.cropBoxResizable,
  this.toggleDragModeOnDblclick,
  this.minContainerWidth,
  this.minContainerHeight,
  this.minCropBoxWidth,
  this.minCropBoxHeight,
  this.translations,
  this.barrierColor,
  this.themeData,
});