VerticalPadding constructor

VerticalPadding(
  1. double padding,
  2. Widget child
)

Implementation

VerticalPadding(this.padding,this.child);