LabelMapper typedef

LabelMapper = LabelStyle? Function(String? text, int index, int total)

Gets an axis label form an axis value text.

index and total is current and total count of all ticks respectively.

Implementation

typedef LabelMapper = LabelStyle? Function(String? text, int index, int total);