ReadiumReaderWidget constructor
const
ReadiumReaderWidget({
- required Publication publication,
- Locator? initialLocator,
- void onTap()?,
- dynamic onExternalLinkActivated()?,
- void onLocatorChanged()?,
- VoidCallback? onReady,
- Key? key,
Implementation
const ReadiumReaderWidget({
required this.publication,
this.initialLocator,
this.onTap,
this.onExternalLinkActivated,
this.onLocatorChanged,
this.onReady,
super.key,
});