FeaturesSection constructor
const
FeaturesSection({
- required List<
Feature> features, - String eyebrow = 'Recursos',
- String title = 'Tudo que um site moderno precisa',
- String subtitle = 'Pré-configurado e pronto para produção — e 100% personalizável.',
- String id = 'servicos',
- FlenxCardHover? cardHover,
- String cardGlowColor = FlenxPalette.primary,
- bool animate = false,
- Key? key,
Implementation
const FeaturesSection({
required this.features,
this.eyebrow = 'Recursos',
this.title = 'Tudo que um site moderno precisa',
this.subtitle =
'Pré-configurado e pronto para produção — e 100% personalizável.',
this.id = 'servicos',
this.cardHover,
this.cardGlowColor = FlenxPalette.primary,
this.animate = false,
super.key,
});