menu
flower package
documentation
utils/src/utils/flower_utils.dart
FlowerUtils
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: '-');
flower package
documentation
utils/src/utils/flower_utils
FlowerUtils
paramCase static method
FlowerUtils class