CustomTextMessage constructor
const
CustomTextMessage({
- bool? isMe,
- bool? showUsersName,
- User? author,
- String? message,
- List? attachment,
- SolevatoChatTheme? theme,
Implementation
const CustomTextMessage({
this.isMe,
this.showUsersName,
this.author,
this.message,
this.attachment,
this.theme,
});