RenderGap constructor

RenderGap({
  1. double? width = 0.0,
  2. double? height = 0.0,
})

Implementation

RenderGap({this.width = 0.0, this.height = 0.0});