CommentBottomSheet constructor
const
CommentBottomSheet({
- Key? key,
- required DateTime? userBlockedUntil,
- required FeatureChecker featureChecker,
- required CommentService service,
- required UserInfo user,
- CommentsTheme? theme,
- CommentsAppActions? appActions,
- CommentsTextStyle? textStyle,
- double? initialChildSize,
- double? maxChildSize,
Implementation
const CommentBottomSheet({
super.key,
required this.userBlockedUntil,
required this.featureChecker,
required this.service,
required this.user,
this.theme,
this.appActions,
this.textStyle,
this.initialChildSize,
this.maxChildSize,
});