NiceDrillDownItem constructor
- required String label,
- required double value,
- Color? color,
- List<
NiceDrillDownItem> children = const [],
Implementation
const NiceDrillDownItem({
required this.label,
required this.value,
this.color,
this.children = const [],
});