IndexedStringValueMapper typedef
Signature to return the string values from the data source based on the index.
See also:
- IndexedDoubleValueMapper which is similar, but it returns a double value.
- TreemapTileWidgetBuilder returns a widget based on a given tile.
Implementation
typedef IndexedStringValueMapper = String? Function(int index);