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(), IconsTuneEditor tuneEditor = const IconsTuneEditor(), 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
- tuneEditor → IconsTuneEditor
-
Icons for the tune Editor component.
final
- undoAction → IconData
-
The icon for undoing the last action.
final
Methods
-
copyWith(
{IconData? closeEditor, IconData? doneIcon, IconData? backButton, IconData? applyChanges, IconData? undoAction, IconData? redoAction, IconData? removeElementZone, IconsPaintingEditor? paintingEditor, IconsTextEditor? textEditor, IconsCropRotateEditor? cropRotateEditor, IconsFilterEditor? filterEditor, IconsTuneEditor? tuneEditor, IconsBlurEditor? blurEditor, IconsEmojiEditor? emojiEditor, IconsStickerEditor? stickerEditor, IconsLayerInteraction? layerInteraction}) → ImageEditorIcons -
Creates a copy of this
ImageEditorIcons
object with the given fields replaced with new values. -
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