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