VerticalSpacing constructor

const VerticalSpacing({
  1. double? top = 0.0,
  2. double? bottom = 0.0,
})

Implementation

const VerticalSpacing({this.top = 0.0, this.bottom = 0.0});