LandingPage constructor
- dynamic key,
- required dynamic appAttributes,
- required dynamic blogDependentAppAttributes,
Implementation
const LandingPage({
super.key,
required this.appAttributes,
required this.footer,
required this.blogDependentAppAttributes,
});