DotProvider constructor
const
DotProvider({})
Implementation
const DotProvider(
{Key? key,
required this.index,
required this.activeIndex,
required this.item,
required this.totalLength,
this.iconHeight,
this.iconWidth})
: super(key: key);