EpubViewManager constructor
EpubViewManager({})
Implementation
EpubViewManager({
required this.ebookUri,
required this.title,
required this.appBarTheme,
this.isLightMode,
this.changeAppBarTheme,
this.dropDownItemList,
this.dropDownButtonIcon,
this.initialValue,
this.onDropDownItemSelected,
});