WidgetCatalogScreen constructor
const
WidgetCatalogScreen({
- Key? key,
- required HubbleScreenState state,
Implementation
const WidgetCatalogScreen({
super.key,
required this.state,
});