menu
fluttery_framework package
documentation
view.dart
L10n
s static method
s static method
dark_mode
light_mode
s
static method
String
s
(
String
?
word
)
Translate the String
Implementation
static String s(String? word) => translate(word ?? '');
fluttery_framework package
documentation
view
L10n
s static method
L10n class