VerticalSpacing constructor

const VerticalSpacing(
  1. double top,
  2. double bottom
)

Implementation

const VerticalSpacing(
  this.top,
  this.bottom,
);