BlurEditorIcons class

Customizable icons for the Blur Editor component.

Constructors

BlurEditorIcons({IconData bottomNavBar = Icons.blur_on, IconData applyChanges = Icons.done, IconData backButton = Icons.arrow_back})
Creates an instance of BlurEditorIcons 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
bottomNavBar IconData
The icon to be displayed in the bottom navigation bar.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({IconData? bottomNavBar, IconData? backButton, IconData? applyChanges}) BlurEditorIcons
Creates a copy of this BlurEditorIcons 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