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,
- CropAspectRatioPresetData? initAspectRatio,
- CropStyle cropStyle = CropStyle.rectangle,
- List<
CropAspectRatioPresetData> aspectRatioPresets = const [CropAspectRatioPreset.original, CropAspectRatioPreset.square, CropAspectRatioPreset.ratio3x2, CropAspectRatioPreset.ratio4x3, CropAspectRatioPreset.ratio16x9, CropAspectRatioPreset.ratio9x16],
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,
this.cropStyle = CropStyle.rectangle,
this.aspectRatioPresets = const [
CropAspectRatioPreset.original,
CropAspectRatioPreset.square,
CropAspectRatioPreset.ratio3x2,
CropAspectRatioPreset.ratio4x3,
CropAspectRatioPreset.ratio16x9,
CropAspectRatioPreset.ratio9x16
],
});