FlexiDateFormatter typedef
FlexiDateFormatter =
String Function(FlexiDate date, {String? dateLabel, String? futureLabel, String? historyLabel, bool? withYear})
Implementation
typedef FlexiDateFormatter = String Function(FlexiDate date,
{String? futureLabel,
String? historyLabel,
bool? withYear,
String? dateLabel});