ScrollRawSuccess constructor

const ScrollRawSuccess({
  1. required int fromX,
  2. required int fromY,
  3. required int toX,
  4. required int toY,
})

Implementation

const ScrollRawSuccess({
  required this.fromX,
  required this.fromY,
  required this.toX,
  required this.toY,
});