UEpubBlockView constructor
const
UEpubBlockView({
- required UEpubBlock block,
- required UEpubTypography typography,
- required UDocColorMode colorMode,
- required UEpubController controller,
- required Future<
void> onLinkTapped(- String href
- Key? key,
Implementation
const UEpubBlockView({required this.block, required this.typography, required this.colorMode, required this.controller, required this.onLinkTapped, super.key});