FlenxBlogLayout constructor
const
FlenxBlogLayout({
- required Component child,
- required SiteBrand brand,
- List<
MenuLink> links = const [], - List<
LoginOption> loginOptions = const [], - SiteConfig config = const SiteConfig(),
- Key? key,
Implementation
const FlenxBlogLayout({
required this.child,
required this.brand,
this.links = const [],
this.loginOptions = const [],
this.footer,
this.config = const SiteConfig(),
super.key,
});