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