Footer constructor
- dynamic key,
- required dynamic userSettings,
Implementation
const Footer({
super.key,
required this.footerPagesConfigs,
required this.userSettings,
required this.footerConfig,
});
const Footer({
super.key,
required this.footerPagesConfigs,
required this.userSettings,
required this.footerConfig,
});