LandingPage constructor

const LandingPage({
  1. Key? key,
  2. required AppAttributes appAttributes,
  3. required Footer footer,
  4. required BlogDependentAppAttributes blogDependentAppAttributes,
})

Implementation

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