InsightCard constructor
- Key? key,
- required Insight insight,
- VoidCallback? onActionTap,
- VoidCallback? onNodeTap,
Implementation
const InsightCard({
super.key,
required this.insight,
this.onActionTap,
this.onNodeTap,
});
const InsightCard({
super.key,
required this.insight,
this.onActionTap,
this.onNodeTap,
});