CardCarousel constructor

const CardCarousel({
  1. Key? key,
  2. List<Widget> children = const [],
  3. int sharpness = 9,
})

Implementation

const CardCarousel({super.key, this.children = const [], this.sharpness = 9});