SendMessage constructor
const
SendMessage({
- Key? key,
- PapercupsCustomer? customer,
- Function? setCustomer,
- Function? setConversation,
- PhoenixChannel? conversationChannel,
- Function? setConversationChannel,
- Conversation? conversation,
- PhoenixSocket? socket,
- Function? setState,
- List<
PapercupsMessage> ? messages, - bool? sending,
- required PapercupsProps props,
- required Color textColor,
- bool showDivider = true,
Implementation
const SendMessage({
Key? 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,
}) : super(key: key);