FdcGridProgressBar constructor
const
FdcGridProgressBar({
- String? id,
- bool visible = true,
- FdcGridItemPlacement placement = FdcGridItemPlacement.end,
- double? width,
- FdcProgressBarStyle style = const FdcProgressBarStyle(),
Creates a FdcGridProgressBar.
Implementation
const FdcGridProgressBar({
super.id,
super.visible,
super.placement = FdcGridItemPlacement.end,
this.width,
this.style = const FdcProgressBarStyle(),
});