TDCircleIndicator constructor

const TDCircleIndicator({
  1. Key? key,
  2. Color? color,
  3. double size = 20.0,
  4. double lineWidth = 3.0,
  5. int duration = 1000,
})

Implementation

const TDCircleIndicator({
  Key? key,
  this.color,
  this.size = 20.0,
  this.lineWidth = 3.0,
  this.duration = 1000,
}) : super(key: key);