SkipButton constructor

const SkipButton({
  1. Key? key,
  2. int currentPageIndex = 0,
})

Implementation

const SkipButton({
  super.key,
  this.currentPageIndex = 0
});