FieldPickerDialogPage constructor
- {required AnkiMapping mapping,
- required bool isCollapsed,
- Key? key}
Create an instance of this page.
Implementation
const FieldPickerDialogPage({
required this.mapping,
required this.isCollapsed,
super.key,
});