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