XLoading constructor

const XLoading({
  1. Key? key,
  2. Color? color,
  3. double? strokeWidth = 2.0,
  4. EdgeInsetsGeometry? margin,
  5. double? size,
})

Implementation

const XLoading({
  super.key,
  this.color,
  this.strokeWidth = 2.0,
  this.margin,
  this.size,
});