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