LogoGrid constructor
const
LogoGrid({})
Implementation
const LogoGrid({
required this.logos,
this.logoHeight = 40,
this.gap = 32,
this.grayscale = true,
this.title,
this.columns = 6,
super.key,
});
const LogoGrid({
required this.logos,
this.logoHeight = 40,
this.gap = 32,
this.grayscale = true,
this.title,
this.columns = 6,
super.key,
});