CreatePostPage constructor

const CreatePostPage({
  1. Key? key,
  2. required String communityId,
})

Implementation

const CreatePostPage({super.key, required this.communityId});