Gap.h4 constructor

const Gap.h4({
  1. Key? key,
  2. double? height = 4,
})

A gap with a height of 4

Implementation

const Gap.h4({super.key, super.height = 4});