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