ChatMessages constructor
const
ChatMessages(
- PapercupsProps props,
- List<
PapercupsMessage> ? messages, - ScrollController _controller,
- bool sending,
- String locale,
- dynamic timeagoLocale,
- String sendingText,
- String sentText,
- Color textColor,
- void onMessageBubbleTap()?, {
- Key? key,
Implementation
const ChatMessages(
this.props,
this.messages,
this._controller,
this.sending,
this.locale,
this.timeagoLocale,
this.sendingText,
this.sentText,
this.textColor,
this.onMessageBubbleTap, {
Key? key,
}) : super(key: key);