FooterSocialIconsAndLiability constructor

const FooterSocialIconsAndLiability({
  1. Key? key,
  2. required FooterConfig footerConfig,
  3. required UserSettings userSettings,
})

Implementation

const FooterSocialIconsAndLiability({
  super.key,
  required this.footerConfig,
  required this.userSettings,
});