VSpace constructor

const VSpace({
  1. Key? key,
  2. double factor = 1,
})

Implementation

const VSpace({Key? key, this.factor = 1}) : super(key: key);