InactiveDotItem constructor

const InactiveDotItem({
  1. Key? key,
  2. double? size,
  3. Color? color,
  4. double? borderRadius,
  5. Color? borderColor,
  6. double? borderWidth,
})

Implementation

const InactiveDotItem({
  super.key,
  this.size,
  this.color,
  this.borderRadius,
  this.borderColor,
  this.borderWidth,
});