iampopal / flutter_locales

MIT License
6 stars 2 forks source link

Cannot find "textAlign" in this widget #2

Open mohammednabil95 opened 2 years ago

mohammednabil95 commented 2 years ago

Is there textAlign is available in this widget or any sort of similar properties in this library?

yasin1376 commented 2 years ago

You can use like this:

Text("${Locales.string(context, 'your_key')}", textAlign: TextAlign.center);

mohammednabil95 commented 2 years ago

@yasin1376 What is "your_key" ? Is this a "LocaleNotifier.of(context)!.change('en');" ?

yasin1376 commented 2 years ago

@mohammednabil95 No, this is the key from your JSON file.