menu
flutter_xcore package
documentation
export_helper.dart
GetUtils
paramCase static method
paramCase static method
dark_mode
light_mode
paramCase
static method
String
?
paramCase
(
String
?
text
)
param-case
Implementation
static String? paramCase(String? text) => snakeCase(text, separator: '-');
flutter_xcore package
documentation
export_helper
GetUtils
paramCase static method
GetUtils class