Gap.all constructor

const Gap.all(
  1. Unit value
)

Creates a gap with the same size for both rowGap and columnGap.

Implementation

const Gap.all(Unit value) : rowGap = value, columnGap = value;