ChatMessages constructor

ChatMessages(
  1. Props props,
  2. List<PapercupsMessage>? messages,
  3. ScrollController _controller,
  4. bool sending,
  5. String locale,
  6. dynamic timeagoLocale,
  7. String sendingText,
  8. String sentText,
  9. Color textColor, {
  10. 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);