CLProgress constructor
const
CLProgress({
- Key? key,
- required double value,
- CLProgressVariant variant = CLProgressVariant.primary,
- double height = 8.0,
Implementation
const CLProgress({
super.key,
required this.value,
this.variant = CLProgressVariant.primary,
this.height = 8.0,
});