Gap.w12 constructor

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

A gap with a width of 12

Implementation

const Gap.w12({super.key, super.width = 12});