dateLocale property

String? dateLocale
final

Locale will be passed to the Intl package. Make sure you initialized date formatting in your app before passing any locale here, otherwise an error will be thrown. Also see customDateHeaderText, dateFormat, timeFormat.

Implementation

final String? dateLocale;