LogoCarouselProps constructor
const
LogoCarouselProps({})
Implementation
const LogoCarouselProps({
required this.logos,
this.duration = 30,
this.logoHeight = 40,
this.gap = 48,
this.pauseOnHover = true,
this.reverse = false,
this.grayscale = true,
this.title,
});