CarouselControl.jumpTo constructor

const CarouselControl.jumpTo(
  1. String widgetName,
  2. int index
)

Implementation

const CarouselControl.jumpTo(String widgetName, int index)
  : this._(widgetName, ViewControlKind.jumpTo, index: index);