UEpubSettingsPanel constructor
const
UEpubSettingsPanel({
- required UEpubController controller,
- required VoidCallback onChanged,
- Key? key,
Implementation
const UEpubSettingsPanel({required this.controller, required this.onChanged, super.key});