SwipeBackState constructor

const SwipeBackState({
  1. required double start,
  2. required double position,
  3. required bool executeCallBack,
})

Implementation

const SwipeBackState({
  required this.start,
  required this.position,
  required this.executeCallBack,
});