IntroViewModel constructor

IntroViewModel(
  1. int currentIndex
)

Implementation

IntroViewModel(int currentIndex)
    : this.currentIndex = currentIndex,
      this.controller = PageController(
        initialPage: currentIndex,
        viewportFraction: 1,
      );