PDFViewerPage constructor

  1. @Deprecated('Use Healthrian_utility_support')
const PDFViewerPage({
  1. bool isRotated = true,
  2. Key? key,
})

Implementation

@Deprecated('Use Healthrian_utility_support')
const PDFViewerPage({
  this.isRotated = true,
  super.key,
});