GridRow constructor
const
GridRow({})
Creates a GridRow.
Implementation
const GridRow({
super.key,
this.xs = 1,
this.sm,
this.md,
this.lg,
this.xl,
required this.children,
this.spacing = 8,
this.runSpacing = 8,
});