ChimeColors class

Centralized color palette for all Chime SDK UI components.

Use these constants instead of hard-coded hex values so the theme can be updated in one place.

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

activeSpeaker → const Color
Ring color drawn around the active speaker tile.
avatarPalette → const List<Color>
Deterministic avatar background palette — index chosen by name hash.
background → const Color
Darkest background — Scaffold background.
buttonBackground → const Color
Interactive element background in its default (active) state.
connectionPoor → const Color
Poor connection banner background.
error → const Color
End-call button background.
onSurface → const Color
surface → const Color
Primary surface — control bar, dialogs.
surfaceVariant → const Color
Secondary surface — participant tile and overflow tile background.