onSelectedSkip method
void
onSelectedSkip()
Implementation
void onSelectedSkip() {
widget.widgetKey[index - 1].currentState?.setState(() {
widget.widgetKey[index - 1].currentState?.showROverlay = false;
});
widget.widgetKey[index - 1].currentState?.onButtonTap();
setState(() {
index = widget.initialIndex;
});
}