CroppingScreenConfiguration constructor

CroppingScreenConfiguration({
  1. Color? backgroundColor,
  2. Color? bottomBarBackgroundColor,
  3. Color? bottomBarButtonsColor,
  4. String? cancelButtonTitle,
  5. String? doneButtonTitle,
  6. Color? polygonColor,
  7. Color? polygonColorMagnetic,
  8. int? polygonLineWidth,
  9. String? rotateButtonTitle,
  10. Color? topBarBackgroundColor,
  11. Color? topBarButtonsColor,
  12. String? topBarTitle,
  13. Color? titleColor,
  14. String? detectButtonTitle,
  15. String? resetButtonTitle,
  16. bool? rotateButtonHidden,
  17. bool? detectResetButtonHidden,
  18. OrientationLockMode? orientationLockMode,
})

Implementation

CroppingScreenConfiguration(
    {this.backgroundColor,
    this.bottomBarBackgroundColor,
    this.bottomBarButtonsColor,
    this.cancelButtonTitle,
    this.doneButtonTitle,
    this.polygonColor,
    this.polygonColorMagnetic,
    this.polygonLineWidth,
    this.rotateButtonTitle,
    this.topBarBackgroundColor,
    this.topBarButtonsColor,
    this.topBarTitle,
    this.titleColor,
    this.detectButtonTitle,
    this.resetButtonTitle,
    this.rotateButtonHidden,
    this.detectResetButtonHidden,
    this.orientationLockMode});