index property

int? index
final

Index number of initial slide. If not set , the Swiper is 'uncontrolled', which means manage index by itself If set , the Swiper is 'controlled', which means the index is fully managed by parent widget.

Implementation

final int? index;