ChatScreen constructor
const
ChatScreen({})
Implementation
const ChatScreen({
super.key,
required this.session,
this.title = const Text('Chat'),
this.chatBubble,
this.textFieldDecoration = const InputDecoration(
hintText: 'Type a message',
border: OutlineInputBorder(),
),
});