KnowledgePanelPanelGroupElement constructor

const KnowledgePanelPanelGroupElement({
  1. required String? title,
  2. required List<String> panelIds,
})

Implementation

const KnowledgePanelPanelGroupElement(
    {required this.title, required this.panelIds});