Introducing CometChatColorPalette
TheCometChatColorPalette class allows you to customize the colors used throughout your app. It works the same way in V6 as in V5 — you assign it to the extensions property of your ThemeData.
Here’s what you can customize:
- Primary Colors — Main color scheme of your app
- Neutral Colors — Balanced base for visuals
- Alert Colors — Informative, warning, success, and error messages
- Background Colors — Background shades for different areas
- Text Colors — Text element colors for readability
- Border Colors — Borders for buttons and cards
- Icon Colors — App icon colors
- Button Colors — Button background and text colors
- Shimmer Colors — Loading animation colors
Light Mode
- Dart
Dark Mode
- Dart
Custom Colors
- Dart