ViewerParams constructor

const ViewerParams({
  1. bool enableSwipe = true,
  2. bool swipeHorizontal = false,
  3. bool enableDoubletap = true,
  4. int spacing = 10,
  5. int defaultPage = 0,
})

Implementation

const ViewerParams({
  this.enableSwipe = true,
  this.swipeHorizontal = false,
  this.enableDoubletap = true,
  this.spacing = 10,
  this.defaultPage = 0,
});