DPDarkThemeColors class

Inheritance

Constructors

DPDarkThemeColors()

Properties

grayscale100 Color
finalinherited
grayscale1000 Color
finalinherited
grayscale200 Color
finalinherited
grayscale300 Color
finalinherited
grayscale400 Color
finalinherited
grayscale500 Color
finalinherited
grayscale600 Color
finalinherited
grayscale700 Color
finalinherited
grayscale800 Color
finalinherited
grayscale900 Color
finalinherited
hashCode int
The hash code for this object.
no setterinherited
primaryBrand Color
finalinherited
primaryNegative Color
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Object
The extension's type.
no setterinherited

Methods

copyWith({Color? grayscale100, Color? grayscale200, Color? grayscale300, Color? grayscale400, Color? grayscale500, Color? grayscale600, Color? grayscale700, Color? grayscale800, Color? grayscale900, Color? grayscale1000, Color? primaryBrand, Color? primaryNegative}) ThemeExtension<DPColors>
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
inherited
lerp(covariant ThemeExtension<DPColors>? other, double t) ThemeExtension<DPColors>
Linearly interpolate with another ThemeExtension object.
inherited
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