ImpaktfullColorTheme class

Constructors

ImpaktfullColorTheme({required Color primary, required Color accent1, required Color accent2, required Color accent3, required Color accent1TurnedOffState, required Color onPrimary, required Color onAccent1, required Color onAccent2, required Color canvas, required Color card, required Color danger, required Color error, required Color info, required Color success, required Color warning, required Color separator})
const

Properties

accent1 Color
final
accent1TurnedOffState Color
final
accent2 Color
final
accent3 Color
final
canvas Color
final
card Color
final
danger Color
final
error Color
final
hashCode int
The hash code for this object.
no setterinherited
info Color
final
onAccent1 Color
final
onAccent2 Color
final
onPrimary Color
final
primary Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
separator Color
final
success Color
final
warning 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