RenderSliverSpace constructor

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

Implementation

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