TextFormatter typedef

TextFormatter = String Function(DateTime date, dynamic locale)

Signature for a function returning text that can be localized and formatted with DateFormat.

Implementation

typedef TextFormatter = String Function(DateTime date, dynamic locale);