RuutChat constructor
      const
      RuutChat({})
     
    
    
Implementation
const RuutChat(
    {super.key,
    required this.inboxIdentifier,
    required this.user,
    this.blogUrl,
    this.theme,
    this.showBlog = false,
    this.showHelpCenter = true,
    this.logoUrl,
    this.showCloseButton = true});