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