materialL10n property
Returns the MaterialLocalizations instance for the current context.
Example usage:
String ok = context.materialL10n.okButtonLabel;
Implementation
@useResult
MaterialLocalizations get materialL10n => MaterialLocalizations.of(this);