📅  最后修改于: 2022-03-11 14:48:05.746000             🧑  作者: Mango
CarouselSlider(
...
options: CarouselOptions(
onPageChanged: (index, reason) {
setState(() {
_currentIndex = index; //<-- Page index
});
},
),
items: ... ,
),