MokuroCatalogBrowsePage constructor
- {required MediaItem? item,
- required MokuroCatalog? catalog,
- Key? key}
Create an instance of this page.
Implementation
const MokuroCatalogBrowsePage({
required super.item,
required this.catalog,
super.key,
});