CustomTextMessage constructor

const CustomTextMessage({
  1. bool? isMe,
  2. bool? showUsersName,
  3. User? author,
  4. String? message,
  5. List? attachment,
  6. SolevatoChatTheme? theme,
})

Implementation

const CustomTextMessage({
  this.isMe,
  this.showUsersName,
  this.author,
  this.message,
  this.attachment,
  this.theme,
});