Gap.h2 constructor

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

A gap with a height of 2

Implementation

const Gap.h2({super.key, super.height = 2});