Gap.w8 constructor

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

A gap with a width of 8

Implementation

const Gap.w8({super.key, super.width = 8});