DictionaryDialogImportPage constructor

const DictionaryDialogImportPage(
  1. {required ValueNotifier<String> progressNotifier,
  2. required ValueNotifier<int?> countNotifier,
  3. required ValueNotifier<int?> totalNotifier,
  4. Key? key}
)

Create an instance of this page.

Implementation

const DictionaryDialogImportPage({
  required this.progressNotifier,
  required this.countNotifier,
  required this.totalNotifier,
  super.key,
});