RenderBoxGap constructor

const RenderBoxGap({
  1. Key? key,
  2. double? width = 0.0,
  3. double? height = 0.0,
})

Implementation

const RenderBoxGap({super.key, this.width = 0.0, this.height = 0.0});