Gap.w4 constructor

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

A gap with a width of 4

Implementation

const Gap.w4({super.key, super.width = 4});