controller property

CardSwiperController? controller
final

The CardSwiperController used to control the swiper externally.

If null, the swiper can only be controlled by user input.

Implementation

final CardSwiperController? controller;