PageClickedEvent constructor

const PageClickedEvent(
  1. int pageIndex, {
  2. Offset? point,
  3. String? annotationJson,
})

Implementation

const PageClickedEvent(
  this.pageIndex, {
  this.point,
  this.annotationJson,
});