ImageEditorFeatures class

The ImageEditorFeatures class provides a set of features that can be enabled or disabled

Constructors

ImageEditorFeatures({bool crop = false, bool blur = false, bool adjust = false, bool emoji = false, bool filters = false, bool flip = false, bool rotate = false, bool text = false})
The ImageEditorFeatures constructor requires a set of optional parameters
const

Properties

adjust bool
The flags determines if the crop feature is enabled.
final
blur bool
The flags determines if the crop feature is enabled.
final
crop bool
The flags determines if the crop feature is enabled.
final
emoji bool
The flags determines if the crop feature is enabled.
final
filters bool
The flags determines if the crop feature is enabled.
final
flip bool
The flags determines if the crop feature is enabled.
final
hashCode int
The hash code for this object.
no setterinherited
rotate bool
The flags determines if the crop feature is enabled.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text bool
The flags determines if the crop feature is enabled.
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