AIChatTheme.gradient constructor
A gradient-accent theme.
Implementation
factory AIChatTheme.gradient() {
return const AIChatTheme(
backgroundColor: Color(0xFFF0F2F5),
userBubbleColor: Color(0xFF6C63FF),
assistantBubbleColor: Color(0xFFFFFFFF),
sendButtonColor: Color(0xFF6C63FF),
);
}