ScrollPageIntent constructor

const ScrollPageIntent({
  1. required bool up,
  2. bool half = false,
})

Implementation

const ScrollPageIntent({required this.up, this.half = false});