UDocDestination constructor

const UDocDestination({
  1. required int pageIndex,
  2. double? left,
  3. double? top,
  4. double? zoom,
  5. UDocFit? fitMode,
  6. String? anchor,
})

Implementation

const UDocDestination({required this.pageIndex, this.left, this.top, this.zoom, this.fitMode, this.anchor});