QuickActionsPickerDialogPage constructor

const QuickActionsPickerDialogPage(
  1. {required AnkiMapping mapping,
  2. required int slotNumber,
  3. Key? key}
)

Create an instance of this page.

Implementation

const QuickActionsPickerDialogPage({
  required this.mapping,
  required this.slotNumber,
  super.key,
});