ExRefreshIndicator constructor

const ExRefreshIndicator({
  1. Key? key,
  2. Color? color,
  3. double? size,
  4. Color? secondRingColor,
  5. Color? thirdRingColor,
})

Implementation

const ExRefreshIndicator({
  super.key,
  this.color,
  this.size,
  this.secondRingColor,
  this.thirdRingColor,
});