GridMapper typedef

GridMapper = PaintStyle? Function(String? text, int index, int total)

Gets an axis grid stroke style form an axis value text.

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

Implementation

typedef GridMapper = PaintStyle? Function(String? text, int index, int total);