jumpTo method

dynamic jumpTo(
  1. Widget screen
)

Implementation

jumpTo(Widget screen) {
  this.screen = screen;
  notifyListeners();
}