Gap.small constructor

const Gap.small({
  1. Key? key,
})

Implementation

const Gap.small({super.key})
    : size = 8,
      horizontal = false;