FooterPage constructor

const FooterPage({
  1. dynamic key,
  2. required dynamic appAttributes,
  3. required dynamic footer,
  4. required String filePathDe,
  5. required String filePathEn,
})

Implementation

const FooterPage({
  super.key,
  required this.appAttributes,
  required this.footer,
  required this.filePathDe,
  required this.filePathEn,
});