MokuroCatalogBrowsePage constructor

const MokuroCatalogBrowsePage(
  1. {required MediaItem? item,
  2. required MokuroCatalog? catalog,
  3. Key? key}
)

Create an instance of this page.

Implementation

const MokuroCatalogBrowsePage({
  required super.item,
  required this.catalog,
  super.key,
});