UEpubImageView constructor

const UEpubImageView({
  1. required UEpubController controller,
  2. required String href,
  3. Key? key,
})

Implementation

const UEpubImageView({required this.controller, required this.href, super.key});