menu
e_chart_ext package
documentation
e_chart_ext.dart
TreeMapSeries
sortFun property
sortFun property
dark_mode
light_mode
sortFun
property
Fun2
<
TreeMapNode
,
TreeMapNode
,
int
>
?
sortFun
getter/setter pair
Implementation
Fun2<TreeMapNode, TreeMapNode, int>? sortFun = (a, b) { return b.value.compareTo(a.value); };
e_chart_ext package
documentation
e_chart_ext
TreeMapSeries
sortFun property
TreeMapSeries class