UEpubSettingsPanel constructor

const UEpubSettingsPanel({
  1. required UEpubController controller,
  2. required VoidCallback onChanged,
  3. Key? key,
})

Implementation

const UEpubSettingsPanel({required this.controller, required this.onChanged, super.key});