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