NiceResponsiveColumn constructor
const
NiceResponsiveColumn({})
Implementation
const NiceResponsiveColumn({
super.key,
required this.child,
this.xs,
this.sm,
this.md,
this.lg,
this.xl,
this.xxl,
this.hiddenXs,
this.hiddenSm,
this.hiddenMd,
this.hiddenLg,
this.hiddenXl,
this.hiddenXxl,
});