chat_ui/chat_theme library
Classes
- ChatTheme
- Base chat theme containing all required properties to make a theme. Extend this class if you want to create a custom theme.
- DarkChatTheme
- Dark chat theme which extends ChatTheme.
- DefaultChatTheme
- Default chat theme which extends ChatTheme.
Constants
-
colors
→ const List<
Color> - See ChatTheme.userAvatarNameColors.
- dark → const Color
- Dark.
- error → const Color
- Error.
- neutral0 → const Color
- N0.
- neutral1 → const Color
- N1.
- neutral2 → const Color
- N2.
- neutral7 → const Color
- N7.
- neutral7WithOpacity → const Color
- N7 with opacity.
- primary → const Color
- Primary.
- secondary → const Color
- Secondary.
- secondaryDark → const Color
- Secondary dark.