SendMessage constructor
const
SendMessage({
- Key? key,
- EcodeskCustomer? customer,
- Function? setCustomer,
- Function? setConversation,
- PhoenixChannel? conversationChannel,
- Function? setConversationChannel,
- Conversation? conversation,
- PhoenixSocket? socket,
- Function? setState,
- List<
EcodeskMessage> ? messages, - bool? sending,
- required EcodeskProps props,
- required Color textColor,
- bool showDivider = true,
Implementation
const SendMessage({
super.key,
this.customer,
this.setCustomer,
this.setConversation,
this.conversationChannel,
this.setConversationChannel,
this.conversation,
this.socket,
this.setState,
this.messages,
this.sending,
required this.props,
required this.textColor,
this.showDivider = true,
});