GridCarouselIndicator constructor
const
GridCarouselIndicator({
- Key? key,
- required int len,
- required GridCarouselIndicatorConfig config,
- required PageController controller,
Implementation
const GridCarouselIndicator(
{super.key,
required this.len,
required this.config,
required this.controller});