VerticalSpacer constructor

const VerticalSpacer({
  1. required double height,
  2. Key? key,
})

VerticalSpacer with custom paddings

Implementation

const VerticalSpacer({
  required double super.height,
  super.key,
});