PadVertical constructor

const PadVertical(
  1. double padding, {
  2. Key? key,
  3. Widget? child,
})

Provide a padding

Implementation

const PadVertical(this.padding, {Key? key, this.child}) : super(key: key);