Formatter typedef
Formatter =
String Function(dynamic value)
Signature for a function that takes a generic value and converts it to a string.
Implementation
typedef Formatter = String Function(dynamic value);
Signature for a function that takes a generic value and converts it to a string.
typedef Formatter = String Function(dynamic value);