Dots constructor

Dots({PageController controller, int itemCount, ValueChanged<int> onPageSelected, Color color: Colors.white })

Implementation

Dots({
  this.controller,
  this.itemCount,
  this.onPageSelected,
  this.color: Colors.white,
}) : super(listenable: controller);