SmallCircleWidget constructor

const SmallCircleWidget({
  1. Key? key,
  2. int? index,
  3. List<Color>? colors,
})

Implementation

const SmallCircleWidget({super.key, this.index, this.colors});