menu
easy_typography package
documentation
locale.dart
BaseTextLocale
localize method
localize method
dark_mode
light_mode
localize
method
dynamic
localize
(
String
key
)
Implementation
localize(String key) { if (locale == null) return key; return locale!.localize(key); }
easy_typography package
documentation
locale
BaseTextLocale
localize method
BaseTextLocale class