RenderSliverGap constructor

RenderSliverGap({
  1. required double mainAxisExtent,
  2. Color? color,
})

Implementation

RenderSliverGap({
  required double mainAxisExtent,
  Color? color,
})  : _mainAxisExtent = mainAxisExtent,
      _color = color;