GapBox constructor

const GapBox({
  1. Key? key,
  2. double gap = 0,
})

Creates a GapBox widget with the specified gap size.

Implementation

const GapBox({super.key, this.gap = 0});