skip method

void skip(
  1. BuildContext context
)

Implementation

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