RenderParallax constructor

RenderParallax({
  1. @required ScrollableState? scrollable,
})

Implementation

RenderParallax({
  @required ScrollableState? scrollable,
}) : _scrollable = scrollable!;