const MessageBubble({ Key? key, this.color = darkBlue, this.title, this.subtitle, }) : super(key: key);