Loading constructor

const Loading({
  1. Color? color,
  2. double? size,
  3. EdgeInsetsGeometry? padding,
  4. Color? endColor,
  5. double? strokeWidth,
  6. Duration? period,
  7. Key? key,
})

Implementation

const Loading({
  this.color,
  this.size,
  this.padding,
  this.endColor,
  this.strokeWidth,
  this.period,
  super.key,
});