AndroidUiSettings constructor

const AndroidUiSettings({
  1. String? toolbarTitle,
  2. Color? toolbarColor,
  3. Color? statusBarColor,
  4. Color? toolbarWidgetColor,
  5. Color? backgroundColor,
  6. Color? activeControlsWidgetColor,
  7. Color? dimmedLayerColor,
  8. Color? cropFrameColor,
  9. Color? cropGridColor,
  10. int? cropFrameStrokeWidth,
  11. int? cropGridRowCount,
  12. int? cropGridColumnCount,
  13. int? cropGridStrokeWidth,
  14. bool? showCropGrid,
  15. bool? lockAspectRatio,
  16. bool? hideBottomControls,
  17. CropAspectRatioPreset? initAspectRatio,
  18. String? cropButtonText,
  19. String? rotateButtonText,
  20. String? scaleButtonText,
})

Implementation

const AndroidUiSettings(
    {this.toolbarTitle,
    this.toolbarColor,
    this.statusBarColor,
    this.toolbarWidgetColor,
    this.backgroundColor,
    this.activeControlsWidgetColor,
    this.dimmedLayerColor,
    this.cropFrameColor,
    this.cropGridColor,
    this.cropFrameStrokeWidth,
    this.cropGridRowCount,
    this.cropGridColumnCount,
    this.cropGridStrokeWidth,
    this.showCropGrid,
    this.lockAspectRatio,
    this.hideBottomControls,
    this.initAspectRatio,
    this.cropButtonText,
    this.rotateButtonText,
    this.scaleButtonText,
  });