CroppedImageOptions class

Constructors

CroppedImageOptions({int? maxWidth, int? maxHeight, CropAspectRatio? aspectRatio, List<CropAspectRatioPreset> aspectRatioPresets = const [CropAspectRatioPreset.original, CropAspectRatioPreset.square, CropAspectRatioPreset.ratio3x2, CropAspectRatioPreset.ratio4x3, CropAspectRatioPreset.ratio16x9], CropStyle cropStyle = CropStyle.rectangle, ImageCompressFormat compressFormat = ImageCompressFormat.jpg, int compressQuality = 90, AndroidUiSettings? androidUiSettings, IOSUiSettings? iosUiSettings, WebUiSettings? webUiSettings})

Properties

androidUiSettings → AndroidUiSettings?
final
aspectRatio → CropAspectRatio?
final
aspectRatioPresets List<CropAspectRatioPreset>
final
compressFormat → ImageCompressFormat
final
compressQuality int
final
cropStyle → CropStyle
final
hashCode int
The hash code for this object.
no setterinherited
iosUiSettings → IOSUiSettings?
final
maxHeight int?
final
maxWidth int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webUiSettings → WebUiSettings?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited