VGap constructor

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

Implementation

const VGap(this.v, {Key? key}) : super(key: key);