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