ReportCommentBottomSheet constructor
const
ReportCommentBottomSheet({
- Key? key,
- required String commentId,
- required String userId,
- required dynamic onUserBlocked(),
- required CommentService service,
- CommentsTheme? theme,
- CommentsAppActions? appActions,
- CommentsTextStyle? textStyle,
Implementation
const ReportCommentBottomSheet({
super.key,
required this.commentId,
required this.userId,
required this.onUserBlocked,
required this.service,
this.theme,
this.appActions,
this.textStyle,
});