CropHelper class

Helper class to handle interactive cropping flow

Constructors

CropHelper.new()

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

pickMediaWithCrop(BuildContext context, MediaSource source, MediaType type, MediaOptions options) Future<String?>
Pick media with interactive cropping UI if freeform cropping is enabled
showCropUI(BuildContext context, String imagePath, CropOptions? cropOptions) Future<CropRect?>
Show the interactive crop UI and return the selected crop rectangle