Gap.h32 constructor

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

A gap with a height of 32

Implementation

const Gap.h32({super.key, super.height = 32});