UEpubBlockView constructor

const UEpubBlockView({
  1. required UEpubBlock block,
  2. required UEpubTypography typography,
  3. required UDocColorMode colorMode,
  4. required UEpubController controller,
  5. required Future<void> onLinkTapped(
    1. String href
    ),
  6. Key? key,
})

Implementation

const UEpubBlockView({required this.block, required this.typography, required this.colorMode, required this.controller, required this.onLinkTapped, super.key});