Footer constructor

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

Implementation

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