CircularProgressLoader constructor
const
CircularProgressLoader({})
Implementation
const CircularProgressLoader({
Key? key,
required this.progress,
this.size = 200,
this.lineWidth = 20,
this.text,
}) : super(key: key);