FooterPage constructor

const FooterPage({
  1. Key? key,
  2. required AppAttributes appAttributes,
  3. required Footer 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,
});