ChatScreen constructor
const
ChatScreen({})
Implementation
const ChatScreen(
{super.key,
this.initialMessages,
this.iconInitial,
this.name,
this.receiverBackgroundColor,
this.senderBackgroundColor,
this.avatarBackgroundColor,
this.placeholderText,
required this.onBackPressed});