CustomImageCropListener mixin

Properties

data CropImageData
The data that handles the transformation of the cropped image.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addTransition(CropImageData transition) → void
Move the cropping area using the given translation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCropImage() Future<MemoryImage?>
Crop the image
setData(CropImageData transition) → void
Update the cropping area
toString() String
A string representation of this object.
inherited

Operators

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