CkLoader constructor

const CkLoader({
  1. Key? key,
  2. double size = 60,
  3. double strokeWidth = 4,
})

Implementation

const CkLoader({super.key, this.size = 60, this.strokeWidth = 4});