PaintModeBottomBarItem class

Represents a model for a painting mode, including an icon, a mode identifier, and a label.

Constructors

PaintModeBottomBarItem({required IconData icon, required PaintModeE mode, required String label})
Creates a PaintModeBottomBarItem instance to define a painting mode.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
icon IconData
The icon representing the painting mode.
final
label String
A descriptive label for the painting mode.
final
mode PaintModeE
The identifier for the painting mode.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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