BasfThemeType enum

All BASF Theme types, each one holding the primary color that will be used in the theme

Inheritance

Constructors

BasfThemeType(MaterialColor primaryColor)
BASF theme type
const

Values

orange → const BasfThemeType

BASF yellow color

const BasfThemeType(BasfColors.orange)
red → const BasfThemeType

BASF red color

const BasfThemeType(BasfColors.red)
lightGreen → const BasfThemeType

BASF lightGreen color

const BasfThemeType(BasfColors.lightGreen)
darkGreen → const BasfThemeType

BASF darkGreen color

const BasfThemeType(BasfColors.darkGreen)
lightBlue → const BasfThemeType

BASF lightBlue color

const BasfThemeType(BasfColors.lightBlue)
darkBlue → const BasfThemeType

BASF darkBlue color

const BasfThemeType(BasfColors.darkBlue)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
primaryColor MaterialColor
BASF theme primary color
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

Constants

values → const List<BasfThemeType>
A constant List of the values in this enum, in order of their declaration.