GridCarouselIndicatorConfig constructor

const GridCarouselIndicatorConfig({
  1. required Color currentPageColor,
  2. required Color otherPagesColor,
  3. double? currentPageSize = 14,
  4. double? otherPagesSize = 11,
})

Implementation

const GridCarouselIndicatorConfig(
    {required this.currentPageColor,
    required this.otherPagesColor,
    this.currentPageSize = 14,
    this.otherPagesSize = 11});