NiceResponsiveGrid constructor
const
NiceResponsiveGrid({})
Implementation
const NiceResponsiveGrid({
super.key,
required this.children,
this.columnsXs = 1,
this.columnsSm,
this.columnsMd,
this.columnsLg,
this.columnsXl,
this.columnsXxl,
this.spacing = 16,
this.runSpacing = 16,
this.childAspectRatio,
});