goTo method

void goTo(
  1. int index
)

Implementation

void goTo(int index) => _widgetKey.currentState?.goTo(index);