delegate constant
A LocalizationsDelegate for MaterialLocalizations
.
Most internationalized apps will use GlobalMaterialLocalizations.delegates as the value of MaterialApp.localizationsDelegates to include the localizations for both the material and widget libraries.
Implementation
static const LocalizationsDelegate<MaterialLocalizations> delegate = _MaterialLocalizationsDelegate();