CircularIconProgress constructor
const
CircularIconProgress({})
Implementation
const CircularIconProgress({
Key? key,
required this.icon,
this.progressColor = Colors.red,
this.backgroundColor = Colors.white,
this.size = 100.0,
this.strokeWidth = 4.0,
this.duration = const Duration(seconds: 2),
}) : super(key: key);