Gap constructor

const Gap(
  1. double h, {
  2. Key? key,
})

Implementation

const Gap(this.h, {super.key});