FooterLinkGroup constructor

const FooterLinkGroup({
  1. required String title,
  2. required List<FooterLink> links,
})

Implementation

const FooterLinkGroup({
  required this.title,
  required this.links,
});