AndroidUiSettings constructor
AndroidUiSettings({
- String? toolbarTitle,
- Color? toolbarColor,
- @Deprecated("This property is deprecated and no longer in use. Please use 'statusBarLight' instead.") Color? statusBarColor,
- bool? statusBarLight,
- 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],
Implementation
AndroidUiSettings({
this.toolbarTitle,
this.toolbarColor,
@Deprecated(
"This property is deprecated and no longer in use. Please use 'statusBarLight' instead.")
this.statusBarColor,
this.statusBarLight,
this.navBarLight,
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
],
});