MainEditorIcons class

Customizable icons for Main-Editor component.

Constructors

MainEditorIcons({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 MainEditorIcons 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
closeEditor IconData
The icon for closing the editor without saving.
final
doneIcon IconData
The icon for applying changes and closing the editor.
final
hashCode int
The hash code for this object.
no setterinherited
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
undoAction IconData
The icon for undoing the last action.
final

Methods

copyWith({IconData? doneIcon, IconData? closeEditor, IconData? backButton, IconData? applyChanges, IconData? undoAction, IconData? redoAction, IconData? removeElementZone}) MainEditorIcons
Creates a copy of this MainEditorIcons 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