Footer constructor

const Footer({
  1. Key? key,
  2. required Widget child,
})

Implementation

const Footer({Key? key, required this.child}) : super(key: key);