FooterExternalLinks constructor
- Key? key,
- required UserSettings userSettings,
Implementation
const FooterExternalLinks({
super.key,
required this.footerConfig,
required this.userSettings,
});
const FooterExternalLinks({
super.key,
required this.footerConfig,
required this.userSettings,
});