Gap constructor

const Gap(
  1. double size, {
  2. bool horizontal = false,
  3. Key? key,
})

Implementation

const Gap(this.size, {this.horizontal = false, super.key});