ReportMessageBottomSheet constructor
const
ReportMessageBottomSheet({
- Key? key,
- required String chatId,
- required String messageId,
- required String userId,
- required String currentUserId,
- required dynamic onUserBlocked(),
- required ChatService service,
- ChatTheme? theme,
- ChatTextStyle? textStyle,
- ChatAppActions? appActions,
Implementation
const ReportMessageBottomSheet({
super.key,
required this.chatId,
required this.messageId,
required this.userId,
required this.currentUserId,
required this.onUserBlocked,
required this.service,
this.theme,
this.textStyle,
this.appActions,
});