KnowledgePanelAction constructor

const KnowledgePanelAction({
  1. required String offTag,
})

Implementation

const KnowledgePanelAction({
  required this.offTag,
});