const AppBarChat({Key? key, this.title, this.backgroundColor, required this.model}) : super(key: key);