DeeResponsiveColumn constructor
DeeResponsiveColumn({})
Implementation
DeeResponsiveColumn({
required this.child,
this.sm = 6,
this.md = 8,
this.lg = 10,
this.xl = 12,
this.alignment = Alignment.topLeft,
});