TextFormatter typedef

TextFormatter = String Function(DateTime date, dynamic locale)

Implementation

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