AndroidUiSettings constructor
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,
Implementation
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,
});