BlogPage constructor

const BlogPage({
  1. Key? key,
  2. required AppAttributes appAttributes,
  3. required Footer footer,
  4. required BlogPageConfig blogPageConfig,
})

Implementation

const BlogPage(
    {super.key,
    required this.appAttributes,
    required this.footer,
    required this.blogPageConfig});