I want to get translations from locally saved .arb files. I have the below code in a loop. So if the dynamic value matches the value in the .arb files, I get the translation.
Text(Translation.of(context).!filterTitle ),
Unfortunately, I can't find how to do that. Any help is appreciated. Thank you