CropControllerDelegate class

Delegate of actions from CropController

Constructors

CropControllerDelegate()

Properties

hashCode int
The hash code for this object.
no setterinherited
onChangeArea ValueChanged<ImageBasedRect>
callback that CropController.area is changed.
getter/setter pair
onChangeAspectRatio ValueChanged<double?>
callback that CropController.aspectRatio is set.
getter/setter pair
onChangeCropRect ValueChanged<ViewportBasedRect>
callback that CropController.cropRect is changed.
getter/setter pair
onChangeWithCircleUi ValueChanged<bool>
callback that CropController.withCircleUi is changed.
getter/setter pair
onCrop ValueChanged<bool>
callback that CropController.crop is called. the meaning of the value is if cropping a image with circle shape.
getter/setter pair
onImageChanged ValueChanged<Uint8List>
callback that CropController.image is set.
getter/setter pair
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