ImageCropping class

Constructors

ImageCropping()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

cropImage({required BuildContext context, required Uint8List imageBytes, required dynamic onImageDoneListener(dynamic), VoidCallback? onImageStartLoading, VoidCallback? onImageEndLoading, CropAspectRatio? selectedImageRatio, bool visibleOtherAspectRatios = true, double squareBorderWidth = 2, List<CropAspectRatio>? customAspectRatios, Color squareCircleColor = Colors.orange, double squareCircleSize = 30, Color defaultTextColor = Colors.black, Color selectedTextColor = Colors.orange, Color colorForWhiteSpace = Colors.white, int encodingQuality = 100, String? workerPath, bool isConstrain = true, bool makeDarkerOutside = true, EdgeInsets? imageEdgeInsets = const EdgeInsets.all(10), bool rootNavigator = false, OutputImageFormat outputImageFormat = OutputImageFormat.jpg, Key? key}) Future