LandingPage constructor

const LandingPage({
  1. dynamic key,
  2. required dynamic appAttributes,
  3. required dynamic footer,
  4. required dynamic blogDependentAppAttributes,
})

Implementation

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