Flutter – How can i use Easy Localization with parameter widgets?
When I embed localized text into the widget I designed, it works without hot reload. But, When I design a custom widget and send it with the parameter headlineText: (LocaleKeys.landing_welcome_headline).tr(), the data does not change until hot reload. Yes, they…