DictionaryDialogDeletePage constructor

const DictionaryDialogDeletePage(
  1. {String? name,
  2. Key? key}
)

Create an instance of this page.

Implementation

const DictionaryDialogDeletePage({
  this.name,
  super.key,
});