CLResponsiveGrid constructor
const
CLResponsiveGrid({})
Implementation
const CLResponsiveGrid({
super.key,
required this.children,
this.gap = 16.0,
this.smColumns = 1,
this.mdColumns = 2,
this.lgColumns = 3,
this.xlColumns = 4,
});