RenderSliverAnimatedBox constructor

RenderSliverAnimatedBox({
  1. required double scrollExtent,
})

Implementation

RenderSliverAnimatedBox({
  required double scrollExtent,
}) : _scrollExtent = scrollExtent;