AppCircularLoader constructor

const AppCircularLoader({
  1. Color? color,
  2. double? size,
  3. Color? secondCircleColor,
  4. Color? thirdCircleColor,
  5. Key? key,
})

Implementation

const AppCircularLoader({
  this.color,
  this.size,
  this.secondCircleColor,
  this.thirdCircleColor,
  super.key,
});