FeatureShowcaseProps constructor
const
FeatureShowcaseProps({})
Implementation
const FeatureShowcaseProps({
required this.title,
this.subtitle,
required this.items,
this.expandedFlex = 2.5,
this.collapsedFlex = 1.0,
this.gap = '1.5rem',
this.minCardWidth = '280px',
this.expandOnHover = true,
this.background,
this.centerHeader = true,
});