KnowledgePanelTableCell constructor

const KnowledgePanelTableCell({
  1. required String text,
  2. double? percent,
  3. String? iconUrl,
  4. Evaluation? evaluation,
})

Implementation

const KnowledgePanelTableCell(
    {required this.text, this.percent, this.iconUrl, this.evaluation});