params property
Optional parameters for the destination type:
- If destinationType is "fitPage" or "fitPageBoundingBox": No parameters needed
- If destinationType is "fitWidth" or "fitPageBoundingBoxWidth": Parameters contain the "top" value
- If destinationType is "fitHeight" or "fitPageBoundingBoxHeight": Parameters contain the "left" value
- If destinationType is "originAndZoom": Parameters contain "left", "top", and "zoom" values
- If destinationType is "fitRectangle": Parameters contain "left", "top", "width", and "height" values
Implementation
final List<double>? params;