menu
yx_fltools package
documentation
i18/localizations.dart
AppLocalizations
supportedLocales property
supportedLocales property
dark_mode
light_mode
supportedLocales
property
List
<
Locale
>
supportedLocales
getter/setter pair
i18n 库支持的语言 扩展位置,写在 main 函数中 runApp 之前
Implementation
static var supportedLocales = [ const Locale('zh', 'CN'), ];
yx_fltools package
documentation
i18/localizations
AppLocalizations
supportedLocales property
AppLocalizations class