KnowledgePanelExpandedCard constructor Null safety

const KnowledgePanelExpandedCard(
  1. {required dynamic panel,
  2. required dynamic allPanels}
)

Implementation

const KnowledgePanelExpandedCard({
  required this.panel,
  required this.allPanels,
});