CustomProgressIndicator.bold constructor
Constructs a CustomProgressIndicator with a small style.
Implementation
const CustomProgressIndicator.bold({super.key, this.value})
: size = 18,
padding = EdgeInsets.zero,
backgroundColor = null,
valueColor = null,
primary = false,
onPrimary = true,
strokeWidth = 3;