ChatForwardView constructor
- Key? key,
- required ChatId from,
- required List<
ChatItemQuoteInput> quotes, - String? text,
- List<
Attachment> attachments = const [], - void onSent()?,
Implementation
const ChatForwardView({
super.key,
required this.from,
required this.quotes,
this.text,
this.attachments = const [],
this.onSent,
});