AppLocalizations constructor

AppLocalizations({
  1. Locale? locale,
})

Implementation

AppLocalizations({
  this.locale,
});