Footer constructor

const Footer({
  1. Key? key,
  2. PkImage? footer,
})

Implementation

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