image_cropper_for_web library Null safety
Classes
- Boundary
- Boundary configuration
- CropAspectRatio
- CroppedFile
- A CroppedFile is a cross-platform, simplified File abstraction.
- ImageCropperPlugin
- The web implementation of ImageCropperPlatform.
- ViewPort
- Viewport configuration
- WebUiSettings
Functions
-
rotationAngleToNumber(
RotationAngle angle) → int
Enums
- CropAspectRatioPreset
- A set of preset values can be used to setup the menu of crop aspect ratio options in the cropper view.
- CropperPresentStyle
- CropStyle
- Crop style options. There're two supported styles, rectangle and circle. These style will changes the shape of crop bounds, rectangle or circle bounds.
- ImageCompressFormat
- Supported image compression formats
- RotationAngle
Typedefs
-
CropperDialogBuilder
= Dialog Function(Widget cropper, Future<
String?> crop(), void rotate(RotationAngle)) -
CropperRouteBuilder
= PageRoute<
String> Function(Widget cropper, Future<String?> crop(), void rotate(RotationAngle))