VerticalSpace constructor

const VerticalSpace({
  1. Key? key,
  2. double height = 16,
  3. bool isLarge = false,
})

Implementation

const VerticalSpace({super.key, this.height = 16, this.isLarge = false});