ImpaktfullTextStylesTheme class

Constructors

ImpaktfullTextStylesTheme({required ImpaktfullTextStyleTheme onCanvasPrimary, required ImpaktfullTextStyleTheme onCanvasSecondary, required ImpaktfullTextStyleTheme onCanvasAccent1, required ImpaktfullTextStyleTheme onCardPrimary, required ImpaktfullTextStyleTheme onCardSecondary, required ImpaktfullTextStyleTheme onPrimary, required ImpaktfullTextStyleTheme onAccent1})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onAccent1 ImpaktfullTextStyleTheme
final
onCanvasAccent1 ImpaktfullTextStyleTheme
final
onCanvasPrimary ImpaktfullTextStyleTheme
final
onCanvasSecondary ImpaktfullTextStyleTheme
final
onCardPrimary ImpaktfullTextStyleTheme
final
onCardSecondary ImpaktfullTextStyleTheme
final
onPrimary ImpaktfullTextStyleTheme
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

Static Methods

fromColors({required Color onCanvasPrimary, required Color onCanvasSecondary, required Color onCanvasAccent1, required Color onPrimary, required Color onAccent1, required Color onCardPrimary, required Color onCardSecondary, required String font}) ImpaktfullTextStylesTheme
getDefaults() ImpaktfullTextStylesTheme