FlutstrapProgressGroup constructor
const
FlutstrapProgressGroup({
- Key? key,
- required List<
FlutstrapProgress> children, - double spacing = _ProgressConstants.defaultSpacing,
- bool expandToFill = true,
Implementation
const FlutstrapProgressGroup({
super.key,
required this.children,
this.spacing = _ProgressConstants.defaultSpacing,
this.expandToFill = true,
});