ReadiumReaderWidget constructor

const ReadiumReaderWidget({
  1. required Publication publication,
  2. Locator? initialLocator,
  3. void onTap(
    1. Offset
    )?,
  4. dynamic onExternalLinkActivated(
    1. String
    )?,
  5. void onLocatorChanged(
    1. Locator
    )?,
  6. VoidCallback? onReady,
  7. Key? key,
})

Implementation

const ReadiumReaderWidget({
  required this.publication,
  this.initialLocator,
  this.onTap,
  this.onExternalLinkActivated,
  this.onLocatorChanged,
  this.onReady,
  super.key,
});