ActionType class

Constructors

ActionType({required String name, required IconData icon, required Color primaryColor, required Color secondaryColor, required Color tertiaryColor})
const

Properties

hashCode int
The hash code for this object.
read-onlyinherited
icon IconData
final
name String
final
primaryColor Color
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
secondaryColor Color
final
tertiaryColor Color
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