LandingPage constructor
- Key? key,
- required AppAttributes appAttributes,
- required BlogDependentAppAttributes blogDependentAppAttributes,
Implementation
const LandingPage({
super.key,
required this.appAttributes,
required this.footer,
required this.blogDependentAppAttributes,
});