ImageEditorIcons class

Customizable icons for the Image Editor component.

Constructors

ImageEditorIcons({IconsPaintingEditor paintingEditor = const IconsPaintingEditor(), IconsTextEditor textEditor = const IconsTextEditor(), IconsCropRotateEditor cropRotateEditor = const IconsCropRotateEditor(), IconsFilterEditor filterEditor = const IconsFilterEditor(), IconsBlurEditor blurEditor = const IconsBlurEditor(), IconsEmojiEditor emojiEditor = const IconsEmojiEditor(), IconsStickerEditor stickerEditor = const IconsStickerEditor(), IconsLayerInteraction layerInteraction = const IconsLayerInteraction(), IconData closeEditor = Icons.clear, IconData doneIcon = Icons.done, IconData applyChanges = Icons.done, IconData backButton = Icons.arrow_back, IconData undoAction = Icons.undo, IconData redoAction = Icons.redo, IconData removeElementZone = Icons.delete_outline_rounded})
Creates an instance of ImageEditorIcons with customizable icon settings.
const

Properties

applyChanges IconData
The icon for applying changes in the editor.
final
backButton IconData
The icon for the back button.
final
blurEditor IconsBlurEditor
Icons for the Blur Editor component.
final
closeEditor IconData
The icon for closing the editor without saving.
final
cropRotateEditor IconsCropRotateEditor
Icons for the Crop and Rotate Editor component.
final
doneIcon IconData
The icon for applying changes and closing the editor.
final
emojiEditor IconsEmojiEditor
Icons for the Emoji Editor component.
final
filterEditor IconsFilterEditor
Icons for the Filter Editor component.
final
hashCode int
The hash code for this object.
no setterinherited
layerInteraction IconsLayerInteraction
Icons for the layer interaction settings.
final
paintingEditor IconsPaintingEditor
Icons for the Painting Editor component.
final
redoAction IconData
The icon for redoing the last undone action.
final
removeElementZone IconData
The icon for removing an element/ layer like an emoji.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stickerEditor IconsStickerEditor
Icons for the Sticker Editor component.
final
textEditor IconsTextEditor
Icons for the Text Editor component.
final
undoAction IconData
The icon for undoing the last action.
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