ScrollControllerIns constructor

ScrollControllerIns(
  1. double initialScrollOffset,
  2. bool keepScrollOffset
)

Implementation

ScrollControllerIns(double initialScrollOffset, bool keepScrollOffset)
    : super(
          initialScrollOffset: initialScrollOffset,
          keepScrollOffset: keepScrollOffset);