I18nText constructor

I18nText(
  1. String _key, {
  2. Text child = _default_text,
  3. String? fallbackKey,
  4. Map<String, String>? translationParams,
})

Implementation

I18nText(this._key,
    {this.child = _default_text, this.fallbackKey, this.translationParams});