NiceResponsiveSpacing constructor
const
NiceResponsiveSpacing({})
Implementation
const NiceResponsiveSpacing({
super.key,
required this.xs,
this.sm,
this.md,
this.lg,
this.xl,
this.xxl,
this.axis = Axis.vertical,
});