Gap.w2 constructor

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

A gap with a width of 2

Implementation

const Gap.w2({super.key, super.width = 2});