CropSettings class final
A class that encapsulates the settings related to image cropping. It includes zoom settings for controlling zoom behavior and constraints settings for defining the constraints of the crop area.
Constructors
- CropSettings({required ZoomSettings zoom, required ConstraintsSettings constraints})
-
Creates an instance of CropSettings.
const
- CropSettings.defaults()
-
A default constructor for CropSettings, setting default values for zoom
and constraints.
const
Properties
- constraints → ConstraintsSettings
-
The constraints settings for the crop area.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- zoom → ZoomSettings
-
The zoom settings for the crop area.
final
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