FooterPage constructor
- Key? key,
- required AppAttributes appAttributes,
- required String filePathDe,
- required String filePathEn,
Implementation
const FooterPage({
super.key,
required this.appAttributes,
required this.footer,
required this.filePathDe,
required this.filePathEn,
});