Gap constructor

const Gap(
  1. double size, {
  2. Key? key,
})

Implementation

const Gap(
  this.size, {
  Key? key,
}) : super(key: key);