AndroidUiSettings constructor
const
AndroidUiSettings({
- String? toolbarTitle,
- Color? toolbarColor,
- Color? statusBarColor,
- Color? toolbarWidgetColor,
- Color? backgroundColor,
- Color? activeControlsWidgetColor,
- Color? dimmedLayerColor,
- Color? cropFrameColor,
- Color? cropGridColor,
- int? cropFrameStrokeWidth,
- int? cropGridRowCount,
- int? cropGridColumnCount,
- int? cropGridStrokeWidth,
- bool? showCropGrid,
- bool? lockAspectRatio,
- bool? hideBottomControls,
- CropAspectRatioPreset? initAspectRatio,
- String? cropButtonText,
- String? rotateButtonText,
- 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,
});