skip method
- BuildContext context
Implementation
void skip(BuildContext context) {
animationRect = RectGetter.getRectFromKey(skipKey)!;
nextPage(context);
}
void skip(BuildContext context) {
animationRect = RectGetter.getRectFromKey(skipKey)!;
nextPage(context);
}