menu
materialx_flutter package
documentation
utils/tools.dart
Tools
allCaps static method
allCaps static method
dark_mode
light_mode
allCaps
static method
String
allCaps
(
String
str
)
Implementation
static String allCaps(String str) { if(str.isNotEmpty){ return str.toUpperCase(); } return str; }
materialx_flutter package
documentation
utils/tools
Tools
allCaps static method
Tools class