C2Spinner constructor

const C2Spinner({
  1. Key? key,
  2. EdgeInsetsGeometry? padding,
  3. double? size,
  4. Color? color,
  5. double? thickness,
})

Default constructor

Implementation

const C2Spinner({
  Key? key,
  this.padding,
  this.size,
  this.color,
  this.thickness,
}) : super(key: key);