ImageEditorFeatures class

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})
const

Properties

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