onScaleStart method

void onScaleStart(
  1. ScaleStartDetails event
)

Implementation

void onScaleStart(ScaleStartDetails event) {
  previousItemWidth = itemWidth.value;
  previousOffset = scrollView.offset;
  scale = 0;
}