menu
humanize package
documentation
i18n.dart
HumanizeI18n
titleCase method
titleCase method
dark_mode
light_mode
titleCase
method
String
titleCase
(
String
s
)
Implementation
String titleCase(String s) => hz.titlecase(s);
humanize package
documentation
i18n
HumanizeI18n
titleCase method
HumanizeI18n class