Gap.w16 constructor

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

A gap with a width of 16

Implementation

const Gap.w16({super.key, super.width = 16});