FooterExample constructor

const FooterExample({
  1. Key? key,
})

Implementation

const FooterExample({Key? key}) : super(key: key);