Creates a gap with optional rowGap and columnGap sizes.
const Gap({Unit? row, Unit? column}) : rowGap = row, columnGap = column;