SubZeroButtonGroup constructor
const
SubZeroButtonGroup({})
Implementation
const SubZeroButtonGroup({
super.key,
required this.children,
this.spacing = SubZeroSpacing.sm,
this.alignment = MainAxisAlignment.start,
this.fullWidth = false,
this.wrap = true,
this.runSpacing = SubZeroSpacing.sm,
});