PostDelete constructor

PostDelete({
  1. Key? key,
  2. required Post post,
})

Implementation

PostDelete({super.key, required this.post});