Attachment constructor
const
Attachment({
- required bool userSent,
- required EcodeskProps props,
- required String fileName,
- required Color textColor,
- required bool msgHasText,
- required EcodeskAttachment attachment,
- Key? key,
Implementation
const Attachment(
{required this.userSent,
required this.props,
required this.fileName,
required this.textColor,
required this.msgHasText,
required this.attachment,
super.key});