PostEditScreen constructor

const PostEditScreen({
  1. Key? key,
  2. String? category,
  3. Post? post,
})

Implementation

const PostEditScreen({super.key, this.category, this.post});