ChipColors class

Defines color palette for Chip widgets in both light and dark themes.

Properties

hashCode int
The hash code for this object.
no setterinherited
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

darkBackground → const Color
Background color for dark theme.
darkBorder → const Color
Border color for dark theme.
darkDisabled → const Color
Disabled background for dark theme.
darkDisabledText → const Color
Disabled text for dark theme.
darkPrimary → const Color
Primary color for dark theme.
darkSecondary → const Color
Secondary color for dark theme.
darkSurface → const Color
Surface color for dark theme.
darkText → const Color
Text color for dark theme.
darkTextSecondary → const Color
Secondary text color for dark theme.
error → const Color
Error color.
info → const Color
Info color.
lightBackground → const Color
Background color for light theme.
lightBorder → const Color
Border color for light theme.
lightDisabled → const Color
Disabled background for light theme.
lightDisabledText → const Color
Disabled text for light theme.
lightPrimary → const Color
Primary color for light theme.
lightSecondary → const Color
Secondary color for light theme.
lightSurface → const Color
Surface color for light theme.
lightText → const Color
Text color for light theme.
lightTextSecondary → const Color
Secondary text color for light theme.
success → const Color
Success color.
warning → const Color
Warning color.