UEpubImageView constructor
const
UEpubImageView({
- required UEpubController controller,
- required String href,
- Key? key,
Implementation
const UEpubImageView({required this.controller, required this.href, super.key});