CategoryIcon class
Class that defines the icon representing a Category
Constructors
- CategoryIcon({required IconData icon, Color color = const Color.fromRGBO(211, 211, 211, 1), Color selectedColor = const Color.fromRGBO(178, 178, 178, 1)})
-
Icon of Category
const
Properties
- color → Color
-
The default color of the icon
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → IconData
-
The icon to represent the category
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedColor → Color
-
The color of the icon once the category is selected
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