FooterLinkGroup constructor
const
FooterLinkGroup({
- required String title,
- required List<
FooterLink> links,
Implementation
const FooterLinkGroup({
required this.title,
required this.links,
});