delegate constant

A LocalizationsDelegate that uses DefaultPersianCalendarMaterialLocalizations.load to create an instance of this class.

MaterialApp automatically adds this value to MaterialApp.localizationsDelegates.

Implementation

static const LocalizationsDelegate<MaterialLocalizations> delegate =
    _PersianCalendarMaterialLocalizationsDelegate();