dark static method

ChatTheme dark()

Implementation

static ChatTheme dark() => ChatTheme(
      backgroundColor: Colors.grey[900]!,
      userBubbleColor: Colors.blue[700]!,
      assistantBubbleColor: Colors.grey[800]!,
      inputBackgroundColor: Colors.grey[800]!,
      textColor: Colors.white,
    );