MokuroCatalogEditDialogPage constructor

const MokuroCatalogEditDialogPage(
  1. {MokuroCatalog? catalog,
  2. Key? key}
)

Create an instance of this page.

Implementation

const MokuroCatalogEditDialogPage({
  this.catalog,
  super.key,
});