Gap.w32 constructor

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

A gap with a width of 16

Implementation

const Gap.w32({super.key, super.width = 32});