Gap.h12 constructor

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

A gap with a height of 12

Implementation

const Gap.h12({super.key, super.height = 12});