CarpenterProgress constructor
const
CarpenterProgress({
- Key? key,
- double? value,
- LengthUnit height = const Rem(.25),
- String semanticLabel = 'Progress',
Implementation
const CarpenterProgress({
super.key,
this.value,
this.height = const Rem(.25),
this.semanticLabel = 'Progress',
});