VGap constructor

const VGap(
  1. double vertical, {
  2. Key? key,
})

Implementation

const VGap(this.vertical,{super.key});