LabelAccessor<D, T> typedef
LabelAccessor<D, T> =
ChartLabel? Function(D domain, T value, double percent)
Implementation
typedef LabelAccessor<D, T> = ChartLabel? Function(
D domain, T value, double percent,
);