KnowledgePanelTableCell constructor
const
KnowledgePanelTableCell({
- required String text,
- double? percent,
- String? iconUrl,
- Evaluation? evaluation,
Implementation
const KnowledgePanelTableCell(
{required this.text, this.percent, this.iconUrl, this.evaluation});