TickLineMapper typedef

TickLineMapper = TickLine? Function(String? text, int index, int total)

Gets an axis tick line form an axis value text.

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

Implementation

typedef TickLineMapper = TickLine? Function(String? text, int index, int total);