Intro constructor
const
Intro({})
Implementation
const Intro(
{this.sliderImages,
required this.header,
this.subtitle,
this.headerStyle,
this.sliderColorForHeaderColor = true,
this.subtitleStyle,
required this.colors,
required this.count,
this.actions,
super.key});