KnowledgePanelElementCard constructor Null safety

const KnowledgePanelElementCard(
  1. {required dynamic knowledgePanelElement,
  2. required dynamic allPanels}
)

Implementation

const KnowledgePanelElementCard({
  required this.knowledgePanelElement,
  required this.allPanels,
});