Gap.h16 constructor

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

A gap with a height of 16

Implementation

const Gap.h16({super.key, super.height = 16});