StepsComponent constructor
const
StepsComponent({})
Implementation
const StepsComponent(
{this.accentColor,
this.typeIndicator,
this.iconColor,
this.buttonColor,
this.backgroundColor,
required this.stepsPages,
required this.onBackPage,
required this.onFinish,
required this.onSkip,
this.initialPage = 0, // Adicionando parâmetro para página inicial
Key? key})
: super(key: key);