Gap.h8 constructor

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

A gap with a height of 8

Implementation

const Gap.h8({super.key, super.height = 8});