FieldPickerDialogPage constructor

const FieldPickerDialogPage(
  1. {required AnkiMapping mapping,
  2. required bool isCollapsed,
  3. Key? key}
)

Create an instance of this page.

Implementation

const FieldPickerDialogPage({
  required this.mapping,
  required this.isCollapsed,
  super.key,
});