DictionaryDialogImportPage constructor
- {required ValueNotifier<
String> progressNotifier, - required ValueNotifier<
int?> countNotifier, - required ValueNotifier<
int?> totalNotifier, - Key? key}
Create an instance of this page.
Implementation
const DictionaryDialogImportPage({
required this.progressNotifier,
required this.countNotifier,
required this.totalNotifier,
super.key,
});