ChartIndexedValueMapper<R> typedef
Null safety
Maps the index value.
Implementation
typedef ChartIndexedValueMapper<R> = R? Function(int index);
Maps the index value.
typedef ChartIndexedValueMapper<R> = R? Function(int index);