NiceEventChat constructor
Implementation
const NiceEventChat({
super.key,
required this.messages,
this.onSend,
this.title = 'Chat',
this.placeholder = 'Type a message...',
this.maxHeight = 400,
});
const NiceEventChat({
super.key,
required this.messages,
this.onSend,
this.title = 'Chat',
this.placeholder = 'Type a message...',
this.maxHeight = 400,
});