movePercent method

void movePercent(
  1. int index,
  2. double percent
)

Implementation

void movePercent(int index, double percent) {
  // final offsetTop =
  //     _sliverListController!.getWindowOffset(index, AlignLine.top);
  // var percentOffsetTop = offsetTop * offsetTop;
  // moveOffset(percentOffsetTop);
}