GridCarouselIndicator constructor

const GridCarouselIndicator({
  1. Key? key,
  2. required int len,
  3. required GridCarouselIndicatorConfig config,
  4. required PageController controller,
})

Implementation

const GridCarouselIndicator(
    {super.key,
    required this.len,
    required this.config,
    required this.controller});