ComponentLocalizationDelegate constructor

const ComponentLocalizationDelegate(
  1. Future localizedStrings,
  2. List languages
)

Implementation

const ComponentLocalizationDelegate(this.localizedStrings, this.languages);