CustomShadColorScheme class

Constructors

CustomShadColorScheme({required Color background, required Color foreground, required Color card, required Color cardForeground, required Color popover, required Color popoverForeground, required Color primary, required Color primaryForeground, required Color secondary, required Color secondaryForeground, required Color muted, required Color mutedForeground, required Color accent, required Color accentForeground, required Color destructive, required Color destructiveForeground, required Color border, required Color input, required Color ring, required Color selection, required Color success, required Color successForeground})
const

Properties

accent Color
finalinherited
accentForeground Color
finalinherited
background Color
finalinherited
border Color
finalinherited
card Color
finalinherited
cardForeground Color
finalinherited
custom Map<String, Color>
finalinherited
destructive Color
finalinherited
destructiveForeground Color
finalinherited
foreground Color
finalinherited
hashCode int
The hash code for this object.
no setterinherited
input Color
finalinherited
muted Color
finalinherited
mutedForeground Color
finalinherited
popover Color
finalinherited
popoverForeground Color
finalinherited
primary Color
finalinherited
primaryForeground Color
finalinherited
ring Color
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary Color
finalinherited
secondaryForeground Color
finalinherited
selection Color
finalinherited
success Color
final
successForeground Color
final

Methods

copyWith({Color? background, Color? foreground, Color? card, Color? cardForeground, Color? popover, Color? popoverForeground, Color? primary, Color? primaryForeground, Color? secondary, Color? secondaryForeground, Color? muted, Color? mutedForeground, Color? accent, Color? accentForeground, Color? destructive, Color? destructiveForeground, Color? border, Color? input, Color? ring, Color? selection, Map<String, Color>? custom}) → ShadColorScheme
Creates a copy of this ShadColorScheme but with the given fields replaced with the new values.
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