CropAreaConstrainedSettings class
A class that defines the settings for a crop area constrained image manipulation.
- Inheritance
-
- Object
- ConstraintsSettings
- CropAreaConstrainedSettings
Constructors
- CropAreaConstrainedSettings({required bool restrictImageToViewport})
-
Creates an instance of CropAreaConstrainedSettings.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- restrictImageToViewport → bool
-
A boolean flag that indicates whether the image should be restricted to
the viewport.
final
- 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