CircularLoader constructor

const CircularLoader({
  1. Key? key,
  2. double? size,
  3. double? strokeWidth,
  4. EdgeInsetsGeometry? padding,
})

Implementation

const CircularLoader({super.key, this.size, this.strokeWidth, this.padding});