CarouselSlider ( items: images , onPageChanged: (index , reason) { setState(() { _currentPage = index ; _currentKeyword = keywords [ _currentPage ] ; }) ; } , ) , 내부에 코드를 추가합니다 CarouselOptions을 추가한다. CarouselSlider ( items: images , options: CarouselOptions ( onPageChanged: (index , reason) { setState(() { _currentPage = index ; _currentKeyword = keywords [ _currentPage ] ; }) ; } ) , ) ,