FdcProgressBar constructor
const
FdcProgressBar({
- Key? key,
- required FdcDataSet dataSet,
- double? width,
- FdcProgressBarStyle? style,
- String? semanticLabel,
Creates a FdcProgressBar.
Implementation
const FdcProgressBar({
super.key,
required this.dataSet,
this.width,
this.style,
this.semanticLabel,
});