Gap constructor

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

Implementation

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