FooterColumnProps constructor
const
FooterColumnProps({})
Implementation
const FooterColumnProps({
required this.title,
required this.links,
this.titleColor,
this.linkColor,
this.linkGap,
});
const FooterColumnProps({
required this.title,
required this.links,
this.titleColor,
this.linkColor,
this.linkGap,
});