SliceMapper typedef

SliceMapper = String Function(num percentage, num value)

Callback for Mapping a String Value to a Label

Implementation

typedef SliceMapper = String Function(num percentage, num value);