CarouselSlider( //이미지 슬라이더를 구성할때 사용
items: images,
options: CarouselOptions(
onPageChanged: (index, reason) {
setState(() {
_currentPage = index;
_currentKeyword = keywords[_currentPage];
});
},
),
)
onPageChanged 오류나시는분들
S kim
작성일
21.04.22 13:43
조회수
220
댓글 0