VerticalGap constructor

const VerticalGap(
  1. double gapSize, {
  2. Key? key,
})

Implementation

const VerticalGap(
  this.gapSize, {
  super.key,
});