SubZeroCardGroup constructor
const
SubZeroCardGroup({})
Implementation
const SubZeroCardGroup({
super.key,
required this.children,
this.spacing = SubZeroSpacing.md,
this.crossAxisAlignment = CrossAxisAlignment.stretch,
this.direction = Axis.vertical,
});