VerticalGap constructor

const VerticalGap({
  1. Key? key,
  2. double gap = 8,
})

Implementation

const VerticalGap({Key? key, this.gap = 8}) : super(key: key);