FooterWidget constructor

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

Implementation

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