DigitWalkthroughWrapper constructor
const
DigitWalkthroughWrapper({})
Implementation
const DigitWalkthroughWrapper({
super.key,
required this.child,
required this.overlayWidget,
required this.keysArray,
required this.widgetKey,
required this.initialIndex,
});