Footer constructor

const Footer({
  1. bool showLogs = true,
})

Creates the footer.

Implementation

const Footer({this.showLogs = true});