FormatCell typedef

FormatCell = String Function(dynamic value)

Specifies how to convert the source value of the cell to a String.

Implementation

typedef FormatCell = String Function(dynamic value);