Creates a layout with its child widget above a footer widget.
const FooterLayout({ Key? key, this.footer, this.child, }) : super(key: key);